https://github.com/danilobuerger/oauth2
OAuth 2.0 server implementation written in Go
https://github.com/danilobuerger/oauth2
go oauth2
Last synced: 2 months ago
JSON representation
OAuth 2.0 server implementation written in Go
- Host: GitHub
- URL: https://github.com/danilobuerger/oauth2
- Owner: danilobuerger
- License: mit
- Created: 2016-09-07T00:16:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T17:03:25.000Z (about 5 years ago)
- Last Synced: 2025-02-10T18:13:43.746Z (4 months ago)
- Topics: go, oauth2
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/danilobuerger/oauth2) [](https://coveralls.io/github/danilobuerger/oauth2?branch=master) [](https://goreportcard.com/report/github.com/danilobuerger/oauth2)
# oauth2
Package `oauth2` is a server implementation of the [OAuth 2.0 Authorization Framework](https://tools.ietf.org/html/rfc6749) written in Go.
## Work in progress
- [ ] Authorization Code Grant Type [#2](https://github.com/danilobuerger/oauth2/issues/2)
- [ ] Tests [#4](https://github.com/danilobuerger/oauth2/issues/4)
- [ ] Documented example [#5](https://github.com/danilobuerger/oauth2/issues/5)
- [ ] Scopes [#6](https://github.com/danilobuerger/oauth2/issues/6)