Releases: go-oauth2/oauth2
Releases · go-oauth2/oauth2
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
version 4.1.2
- Fix client secret not being checked