Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nasa9084/oauth-example
- Owner: nasa9084
- Created: 2017-09-21T09:13:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T04:10:58.000Z (about 7 years ago)
- Last Synced: 2024-10-05T00:40:52.965Z (about 1 month ago)
- Topics: example, go, golang, oauth2, oauth2-client, oauth2-provider, oauth2-server
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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