blob: 069d3e79ec87b085c4121010595b01f3279e9d55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|