Skip to content

Releases: datajoint-company/pam-oauth2

v0.1.5

17 Jan 16:42
Compare
Choose a tag to compare

Fixed

  • Fix fatal crash when using invalid access token #13.

Release 0.1.4

19 Sep 20:44
c10d2b2
Compare
Choose a tag to compare

Fixed

  • Allow scopes to be a subset of allowed scopes PR #12

Release 0.1.3

16 Sep 21:47
c863d3e
Compare
Choose a tag to compare

Changed

  • Expect tokens in request headers instead of in query parameters in user info request PR #11

Release 0.1.2

11 Aug 15:40
0135372
Compare
Choose a tag to compare

Fixed

  • Bug related to auth flow only successfully completing in first login PR #10

Release 0.1.1

25 Oct 07:04
b8e00b0
Compare
Choose a tag to compare
Merge pull request #1 from guzman-raphael/scopes

Add scope handling, clean up, add docs, tests, and examples