Releases: go-oauth2/oauth2
Releases · go-oauth2/oauth2
version 4.5.3
What's Changed
- support ed25519 sign method by @shynome in #239
- fix for broken example in README.md by @asiraky in #266
- add extendable token. by @zxfishhack in #254
- chore: update to JWT v5 to fix vulnerability GO-2025-3553 by @matthiasthomas in #282
- Refresh and Access token resolve handler by @Azridum in #279
- Remove .editorconfig by @brunnre8 in #277
New Contributors
- @shynome made their first contribution in #239
- @asiraky made their first contribution in #266
- @zxfishhack made their first contribution in #254
- @matthiasthomas made their first contribution in #282
- @Azridum made their first contribution in #279
- @brunnre8 made their first contribution in #277
Full Changelog: v4.5.2...v4.5.3
version 4.5.2
What's Changed
- Introducing public field to client models by @jarlandre in #234
New Contributors
- @jarlandre made their first contribution in #234
Full Changelog: v4.5.1...v4.5.2
version 4.5.1
What's Changed
- update github.com/valyala/fasthttp to resolve CVE-2022-21221 by @tyrm in #221
New Contributors
Full Changelog: v4.5.0...v4.5.1
version 4.5.0
version 4.4.3
- Update tidwall/gjson to v1.12.1
- Added an error handler that is invoked before s.redirectError
- Added context to PasswordAuthroizationHandler
version 4.4.2
- add ResponseTokenHandler when respose token to the browser
- modifed the implementation of the refresh token process
version 4.4.1
- FIX: github.com\go-oauth2\oauth2\[email protected]\server\server.go:243:6: no new variables on left side of :=
version 4.4.0
- use
github.com/golang-jwt/jwt
replacegithub.com/dgrijalva/jwt-go
- Passthrough token request
version 4.3.0
- 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
- add RefreshingValidationHandler when refershing token
- implement PKCE for AuthorizationCode grant