Releases: zalando/gin-oauth2
Releases · zalando/gin-oauth2
v1.5.11
What's Changed
- Bump actions/setup-go from 5.1.0 to 5.4.0 by @dependabot in #163
- Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by @dependabot in #162
- Bump google.golang.org/api from 0.228.0 to 0.229.0 by @dependabot in #164
- Bump google.golang.org/api from 0.229.0 to 0.230.0 by @dependabot in #165
- Bump github.com/golang/glog from 1.2.4 to 1.2.5 by @dependabot in #166
- Bump google.golang.org/api from 0.230.0 to 0.231.0 by @dependabot in #167
- Group dependabot updates to avoid multiple PRs at a time by @mikkeloscar in #171
Full Changelog: v1.5.10...v1.5.11
v1.5.10
What's Changed
- Allow external loggers to be used with glog as default by @janhoon in #148
- ginoauth2: use strings.Cut by @AlexanderYastrebov in #160
- Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by @dependabot in #154
- Bump github.com/golang/glog from 1.2.2 to 1.2.3 by @dependabot in #153
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #158
- Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #150
- Bump google.golang.org/api from 0.196.0 to 0.210.0 by @dependabot in #159
- Bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #151
New Contributors
Full Changelog: v1.5.9...v1.5.10
v1.5.9
What's Changed
- Bump google.golang.org/api from 0.194.0 to 0.195.0 by @dependabot in #137
- Bump google.golang.org/api from 0.195.0 to 0.196.0 by @dependabot in #138
- Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in #139
- Configure .zappr.yaml team by @AlexanderYastrebov in #140
Full Changelog: v1.5.8...v1.5.9
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