gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-oidc] 12/18: update readme


From: gnunet
Subject: [reclaim-oidc] 12/18: update readme
Date: Sat, 12 Jun 2021 00:40:48 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-oidc.

commit 0d88e7820307986a782aa6e0eee7032d3b3a0b11
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Thu May 2 17:16:22 2019 +0200

    update readme
---
 README.md | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0312306..2bedb23 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,28 @@
-# A CLI tool for relying parties to manage their OpenID clients and provider 
configurations
+# Manage your re:claimID OpenID Connect clients
+
+This tools allows you to manage your OpenID Connect clients in re:claimID.
+
+## Installation
+This tool can be installed using rubygems:
+
+```
+$ gem install reclaim-oidc
+```
+
+## List clients
+To list all registered clients
+
+```
+$ reclaim-oidc --list
+```
+
+## Manage clients:
+Add a new client like this:
+```
+$ reclaim-oidc --add --client-name myclient --redirect-uri 
https://my.website.tld/authz_cb --description "My Cool Webpage"
+```
+
+Delete a client:
+```
+$ reclaim-oidc --delete --client-name myclient
+```

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]