From 478512d10ef861c05c7fb5e08b046d340636aef9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 24 Jan 2019 10:10:11 +0200 Subject: Add: first step at creating client --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README') diff --git a/README b/README index ccc3425..9320fb7 100644 --- a/README +++ b/README @@ -43,6 +43,17 @@ To check the status of the membership register: ./effitool status +To register a new API client: + + ./effitool register-client ID SECRET + +where `ID` is the client id and `SECRET` is the client secret. The new +client will automatically be allowed the scopes. Note that the +`credentials.conf` file is NOT updated: this command is for +registering API clients for other people, who do not have access to +the config file. + + Legalese ----------------------------------------------------------------------------- -- cgit v1.2.1