OAuth 2.0 server library for the Go programming language.
A standalone OAuth2 & SSO server based on go-oauth2
A lightweight and extensible OAuth 2.0 server and client written in Go. Supports authorization code, client credentials, and password grants. Ideal for modern auth systems and microservices.
Interface oriented implementation, no coupling with the model and database, support for GC
Server oauth2 to authenticate and keep the users.
Postgres Storage for OAuth 2.0 inspired by go-oauth2-mysql.