From 025b34a9ab5344e50694b28d37da0a4c6d85b37e Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 26 Mar 2022 07:40:40 -0700 Subject: First iteration of sso cli tool --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 Request an additional scope + --endpoint The jesterpm-sso endpoint + +Commands: + login - default: get or renew an access token + curl - pass the access token to curl -- cgit v1.2.3