Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilobuerger/oauth2
OAuth 2.0 server implementation written in Go
https://github.com/danilobuerger/oauth2
go oauth2
Last synced: 25 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T17:03:25.000Z (over 4 years ago)
- Last Synced: 2024-06-20T10:07:05.619Z (5 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
[![Build Status](https://travis-ci.org/danilobuerger/oauth2.svg?branch=master)](https://travis-ci.org/danilobuerger/oauth2) [![Coverage Status](https://coveralls.io/repos/github/danilobuerger/oauth2/badge.svg?branch=master)](https://coveralls.io/github/danilobuerger/oauth2?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/danilobuerger/oauth2)](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)