Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 0.2.0 #7

Merged
merged 3 commits into from
Apr 19, 2023
Merged

Prepare release 0.2.0 #7

merged 3 commits into from
Apr 19, 2023

Conversation

akikoskinen
Copy link
Contributor

No description provided.

It's unknown what's the real reason behind this version limitation.

My guess is it was there because Tunnistamo puts the `amr` claim into
JWTs as a string, while according to specifications it should be an
array of strings. Django-helusers is used for checking the JWTs and it
uses drf-oidc-auth for the heavy lifting. Drf-oidc-auth versions >=1.0.0
demand the `amr` claim to be standards compliant and thus refuse to
accept Tunnistamo JWTs. However, there is now a fix for this in
django-helusers [1], which allows using newer versions of drf-oidc-auth.

[1] City-of-Helsinki/django-helusers@95a7421
@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2023

Codecov Report

Merging #7 (808dcd3) into main (858deb1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   94.59%   94.59%           
=======================================
  Files           5        5           
  Lines         148      148           
  Branches       24       24           
=======================================
  Hits          140      140           
  Misses          4        4           
  Partials        4        4           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Also update django-helusers, which uses drf-oidc-auth, to the newest
version.
@akikoskinen akikoskinen merged commit 808dcd3 into main Apr 19, 2023
@akikoskinen akikoskinen deleted the prepare-release-0.2.0 branch April 19, 2023 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants