Releases: zalando/gin-oauth2
Releases · zalando/gin-oauth2
v1.5.8
What's Changed
- Bump golang.org/x/oauth2 from 0.20.0 to 0.22.0 by @dependabot in #132
- Bump github.com/golang/glog from 1.2.1 to 1.2.2 by @dependabot in #129
- Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #127
- Bump google.golang.org/api from 0.182.0 to 0.191.0 by @dependabot in #133
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #123
- Bump google.golang.org/api from 0.191.0 to 0.192.0 by @dependabot in #134
- update dependency google.golang.org/api by @szuecs in #136
Full Changelog: v1.5.7...v1.5.8
v1.5.7
Update dependencies
Full Changelog: v1.5.6...v1.5.7
v1.5.6
What's Changed
- Feature: google provider to allow to pass login URL #77 (thanks to @calston and @chrishalbert)
- Update: dependencies
Full Changelog: v1.5.5...v1.5.6
v1.5.5
What's Changed
- Update: dependencies to fix CVEs by dependencies
- Fix: google session example
- Fix: protect from nil ptr deref
- Refactor: ioutil.ReadAll -> io.ReadAll and ioutil.ReadFile -> os.ReadFile
Full Changelog: v1.5.3...v1.5.5
token handling
- option for using the token in a header
- mask the token from the logs when using them in the URL
Add token identification (uid) to context
Merge pull request #50 from rgritti/add-uid-in-context adding identification for services/users
v1.5.1: Merge pull request #49 from rgritti/fix-scope-check-function
Fix scope check function