Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nasa9084/oauth-example

an example OAuth 2.0 Provider(Server) and Client written in Go
https://github.com/nasa9084/oauth-example

example go golang oauth2 oauth2-client oauth2-provider oauth2-server

Last synced: 11 days ago
JSON representation

an example OAuth 2.0 Provider(Server) and Client written in Go

Awesome Lists containing this project

README

        

oauth_example
=============

OAuth 2.0 Authorization Code Flow example

**IMPORTANT: THIS IS AN EXAMPLE. DO NOT USE IN PRODUCTION**

* terminal 1: `$ go run provider/main.go`
* terminal 2: `$ go run client/main.go`

and

* access to http://localhost:8000 with your browser

## References

* https://tools.ietf.org/html/rfc6749