diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2022-03-26 07:40:40 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2025-03-02 15:27:30 -0800 |
commit | 025b34a9ab5344e50694b28d37da0a4c6d85b37e (patch) | |
tree | 0816c51fad2caffe623858417b11da314295d540 /README.md |
First iteration of sso cli tool
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..069d3e7 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# jesterpm-sso-tools + +Utilities for working with OAuth2 / IndieAuth endpoints. + +I built this specifically for working with my own OAuth2 provider, but it could +reasonably work with any provider that supports the OAuth device flow. + +## Usage + +Usage: sso [OPTIONS] [COMMAND] [ARGS] + +Options: + --scope <SCOPE> Request an additional scope + --endpoint <URL> The jesterpm-sso endpoint + +Commands: + login - default: get or renew an access token + curl - pass the access token to curl |