Go Oauth2 Oauth2 Versions Save

OAuth 2.0 server library for the Go programming language.

v4.5.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/go-oauth2/oauth2/compare/v4.5.1...v4.5.2

v4.5.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/go-oauth2/oauth2/compare/v4.5.0...v4.5.1

v4.4.3

2 years ago
  1. Update tidwall/gjson to v1.12.1
  2. Added an error handler that is invoked before s.redirectError
  3. Added context to PasswordAuthroizationHandler

v4.4.2

2 years ago
  1. add ResponseTokenHandler when respose token to the browser
  2. modifed the implementation of the refresh token process

v4.4.1

2 years ago
  • FIX: github.com\go-oauth2\oauth2\[email protected]\server\server.go:243:6: no new variables on left side of :=

v4.4.0

2 years ago
  • use github.com/golang-jwt/jwt replace github.com/dgrijalva/jwt-go
  • Passthrough token request

v4.3.0

3 years ago
  • Check PCKE only for Authorization code flow
  • Proof of concept Dumper.
  • Add new xorm store implement for v4 (client and token store)
  • Passthrough token request

v4.2.0

3 years ago
  • add RefreshingValidationHandler when refershing token
  • implement PKCE for AuthorizationCode grant

v4.1.2

3 years ago
  • Fix client secret not being checked