Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)