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