Go Oauth2 Oauth2 Versions Save

OAuth 2.0 server library for the Go programming language.

v4.1.1

3 years ago
  • Not all cases require client_secret

v4.1.0

3 years ago
  • Modify module path to github.com/go-oauth2/oauth2/v4
  • Allows client to use custom password verification
  • Added multi-key support in jwt mode

v4.0.0

4 years ago
  • Add context support

v3.12.0

4 years ago
  • Remove naked returns

v3.11.1

4 years ago
  • Update mod

v3.11.0

4 years ago
  • Support access and refresh tokens that do not expire

v3.10.1

4 years ago
  • Fixed jwt test

v3.10.0

5 years ago
  • User JWT standard claims

v3.9.5

5 years ago
  • Fixed optional for redirect_uri under code authorization

v3.9.4

5 years ago
  • Add /refresh and /try examples