Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 807 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 807 Bytes

Go Study

Getting started

redis (docker)
$ docker run -d redis -p 6379:6379
Run
$ go run OAuth2.go
Test

Open in your web browser:

http://localhost:14000/authorize?response_type=code&client_id=1234&redirect_uri=http://localhost:14000/appauth/code

OAuth 2 server library

Redis client

http