Oauth2 server v2.0.0
WIP Reimplement oauth2 server
go get gopkg.in/plimble/clover.v2
- OAuth2 RFC6749
- Authorization
- Code Response Type
- Token Response Type
- Access Token
- Authorization Code Grant
- Resource Owner Password Credentials Grant
- Client Credentials Grant
- Extension Grants
- Authorization
- JWT Access Token RFC7519
- Token Revocation RFC7009
- Token Introspection RFC7662
- Security Considerations RFC6819, RFC6749
- Storage
- Dynamodb
- Memory
- Postgres
- MySql
- RethinkDb
- Redis
- API
- CLI