#oauth-token #oauth2 #oauth #jwt #token

app oauth2token

获取OAuth 2.0令牌

2个版本

0.1.1 2023年10月30日
0.1.0 2023年10月7日

身份验证 中排名第586

GPL-3.0-or-later

19KB

oauth2token

获取OAuth 2.0令牌

使用方法

$ oauth2token [OPTIONS] --grant-type <GRANT_TYPE> --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET> <AUTH_URL>

Arguments:
  <AUTH_URL>  Authentication URL

Options:
  -g, --grant-type <GRANT_TYPE>        OAuth2 grant type [possible values: client_credentials]
  -i, --client-id <CLIENT_ID>          Client ID
  -s, --client-secret <CLIENT_SECRET>  Client Secret
  -r, --response                       Print the whole response instead of just token
  -h, --help                           Print help
  -V, --version                        Print version

许可

GPLv3

依赖

~4MB
~93K SLoC