https://github.com/palantir/go-oauth2-client
A golang client for requesting client credentials from an OAuth2 server.
https://github.com/palantir/go-oauth2-client
octo-correct-managed
Last synced: about 2 months ago
JSON representation
A golang client for requesting client credentials from an OAuth2 server.
- Host: GitHub
- URL: https://github.com/palantir/go-oauth2-client
- Owner: palantir
- License: apache-2.0
- Created: 2019-01-15T13:27:28.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-10T03:48:22.000Z (9 months ago)
- Last Synced: 2024-09-10T06:43:59.016Z (9 months ago)
- Topics: octo-correct-managed
- Language: Go
- Homepage:
- Size: 4.69 MB
- Stars: 9
- Watchers: 241
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/1.2.0/pr-17.v2.yml
- License: LICENSE
Awesome Lists containing this project
README
# go-oauth-client
[](https://circleci.com/gh/palantir/go-oauth2-client/tree/develop) [](http://godoc.org/github.com/palantir/go-oauth2-client)
A golang client for requesting client credentials from an OAuth2 server. See the [OAuth2 client_credentials specification](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/#parameters) for details.
## License
This project is made available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).