modulepackage
1.1.0
Repository: https://github.com/lordbyron/oauth2-auth-cli.git
Documentation: pkg.go.dev
# README
oauth2-auth-cli
Simple library for command line or other desktop apps that need to auth against OAuth2. Returns a *oauth2.Token
, but doesn't care to handle refreshes. If you want an authenticated HTTP Client, try https://github.com/nmrshll/oauth2-noserver
Thanks
This project borrows heavily from two other projects:
- https://github.com/nmrshll/oauth2-noserver (MIT License)
- https://github.com/gravitational/teleport (Apache License 2.0)
Thank you to both!
# Functions
No description provided by the author