Skip to content

Releases: uc-cdis/authutils

3.0.3: Sync Release

05 Mar 16:37
6b395a0

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 3.0.2

Notes to tag/commit: 3.0.3

Generated: 2019-03-05

graceful jwt error handling

09 Feb 03:38
1c8d411

Choose a tag to compare

Merge pull request #29 from uc-cdis/fix/jwt

fix(jwt): catch jwt error

3.0.1: Merge pull request #24 from uc-cdis/fix/no-userdatamodel

22 Aug 17:46
12291e5

Choose a tag to compare

refactor auth interface

21 Aug 19:26
c03c4ab

Choose a tag to compare

  • FederatedUser removed
  • AuthDriver removed
  • Added CurrentUser class as the new interface for auth clients (e.g. sheepdog, peregrine)

FORCE_ISSUER handling

06 Jul 22:31
75129a7

Choose a tag to compare

add FORCE_ISSUER handling for local docker compose setup

fix oidc issuer whitelist

02 May 23:03
52ab0df

Choose a tag to compare

Merge pull request #18 from uc-cdis/fix/validate

fix(validate): fix issuers check in require auth

differentiate authN and authZ error

13 Mar 21:32
c71f582

Choose a tag to compare

all jwt token errors are switched to return 401 status_code

Minor fix to check for all cfg vars that could have an issuer for tokens

12 Mar 20:12
6296e8e

Choose a tag to compare

1.1.4

fix(token-issuer): check all config vars to find issuer (#14)

minor fixes

23 Feb 23:37
18ed7f0

Choose a tag to compare

Merge pull request #11 from uc-cdis/fix/lib

fix(lib): remove cdispyutils dependency

1.1.2: Merge pull request #10 from uc-cdis/fix/refresh

19 Feb 18:44
62b4e25

Choose a tag to compare

fix(refresh): check kid from app correctly