Skip to content

Releases: go-oauth2/oauth2

version 4.5.2

03 Feb 03:26
8f0d487
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.1...v4.5.2

version 4.5.1

18 May 03:36
62bc01d
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tyrm made their first contribution in #221

Full Changelog: v4.5.0...v4.5.1

version 4.5.0

05 May 08:18
6577b74
Compare
Choose a tag to compare

version 4.4.3

26 Jan 01:16
c121ece
Compare
Choose a tag to compare
  1. Update tidwall/gjson to v1.12.1
  2. Added an error handler that is invoked before s.redirectError
  3. Added context to PasswordAuthroizationHandler

version 4.4.2

05 Sep 03:40
fa969a0
Compare
Choose a tag to compare
  1. add ResponseTokenHandler when respose token to the browser
  2. modifed the implementation of the refresh token process

version 4.4.1

21 Jul 02:41
8496036
Compare
Choose a tag to compare
  • FIX: github.com\go-oauth2\oauth2\v4@v4.4.0\server\server.go:243:6: no new variables on left side of :=

version 4.4.0

01 Jul 02:35
68172d1
Compare
Choose a tag to compare
  • use github.com/golang-jwt/jwt replace github.com/dgrijalva/jwt-go
  • Passthrough token request

version 4.3.0

28 Mar 09:31
Compare
Choose a tag to compare
  • 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

version 4.2.0

24 Dec 03:08
f3419dd
Compare
Choose a tag to compare
  • add RefreshingValidationHandler when refershing token
  • implement PKCE for AuthorizationCode grant

version 4.1.2

20 Jul 17:14
b46cf9f
Compare
Choose a tag to compare
  • Fix client secret not being checked