Skip to content

Releases: zalando/gin-oauth2

v1.5.14

11 Nov 12:22
v1.5.14
3d69ef6

Choose a tag to compare

What's Changed

  • build(deps): Bump the all-go-mod group across 1 directory with 2 updates by @dependabot[bot] in #182

Full Changelog: v1.5.13...v1.5.14

v1.5.12

13 Oct 10:06
v1.5.12
c712c77

Choose a tag to compare

What's Changed

  • Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot[bot] in #170
  • Bump the all-go-mod group with 3 updates by @dependabot[bot] in #172
  • build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 in the gh-actions group by @dependabot[bot] in #174
  • build(deps): Bump the all-go-mod group with 3 updates by @dependabot[bot] in #173
  • build(deps): Bump the all-go-mod group across 1 directory with 4 updates by @dependabot[bot] in #178
  • build(deps): Bump actions/setup-go from 5.5.0 to 6.0.0 in the gh-actions group by @dependabot[bot] in #176

Full Changelog: v1.5.11...v1.5.12

v1.5.11

14 May 09:10
731d4b9

Choose a tag to compare

What's Changed

Full Changelog: v1.5.10...v1.5.11

v1.5.10

09 Apr 12:03
51225f6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.9...v1.5.10

v1.5.9

09 Apr 12:04
4a74dcc

Choose a tag to compare

What's Changed

Full Changelog: v1.5.8...v1.5.9

v1.5.8

26 Aug 10:36
d89cf6d

Choose a tag to compare

What's Changed

Full Changelog: v1.5.7...v1.5.8

v1.5.7

03 Jun 12:31
e0b023b

Choose a tag to compare

Update dependencies

Full Changelog: v1.5.6...v1.5.7

v1.5.6

03 Apr 08:53
03633db

Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

v1.5.5

16 Jun 08:30
6bd0eb7

Choose a tag to compare

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

12 Mar 15:20
426ab6d

Choose a tag to compare

  • option for using the token in a header
  • mask the token from the logs when using them in the URL