aurl
aurl copied to clipboard
Command line utility to make HTTP request with OAuth2
This PR adds the ability to prompt the user for the client secret and password. The `gopass` library is used to securely prompt the user with asterisks, making it more...
Nice work Would be great to have opt-in support for PKCE, more and more enforced nowadays, even for non-confidential clients Would want to commit to contribute this feature but finding...
Add feature to introspect or revoke retrieved (cached) access token. ``` $ aurl --profile foobar introspect {"active": false} ``` ``` $ aurl --profile foobar revoke ```