Skip to content

Releases: zalando/gin-oauth2

v1.5.6

03 Apr 08:53
03633db
Compare
Choose a tag to compare

What's Changed

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

v1.5.5

16 Jun 08:30
6bd0eb7
Compare
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
Compare
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

Add token identification (uid) to context

24 Jan 14:02
f429d61
Compare
Choose a tag to compare
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

04 Dec 13:40
584ad92
Compare
Choose a tag to compare