Skip to content

Releases: makinacorpus/django_pyoidc

1.0.5

30 Sep 14:25
97c6ee8
Compare
Choose a tag to compare

What's new in this release :

  • many documentaiton improvements, especially regarding post-login redirection thanks to @ad1217 and @JocelynDelalande
  • add a new setting, on by default use_introspection_audience_check thanks to @albator75. You should leave this setting on, unless your identity provider does not provide audiences (aud key in jwt) in it's token.

1.0.4

01 Apr 13:30
e4a9603
Compare
Choose a tag to compare

Migrate from jwt dependency to PyJWT

1.0.3

26 Mar 10:08
33c6423
Compare
Choose a tag to compare
  • fix drf spectacular schema generation

1.0.2

26 Mar 09:13
b2e8be4
Compare
Choose a tag to compare
  • Fix django_pyoidc.drf was not a package (missing __init__.py).

1.0.1

18 Mar 14:59
57d2d63
Compare
Choose a tag to compare
  • Fix oidc_path_prefixs settings was not working properly
  • Fix drf authentication class was trying to import settings too soon

1.0.0

18 Mar 10:58
82440c3
Compare
Choose a tag to compare
Prepare release 1.0.0

1.0.0-rc2

18 Mar 10:52
9243b43
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release
Fix settings management : uri names where mixed with uri paths

1.0.0-rc1

18 Mar 08:58
9e6402b
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release
Merge pull request #21 from makinacorpus/update_readme

Declare library as production ready

0.0.14

18 Mar 08:26
1fa51a4
Compare
Choose a tag to compare
Merge pull request #18 from makinacorpus/update_doc

Update documentation

0.0.13

26 Jun 14:28
db0b18c
Compare
Choose a tag to compare
Merge pull request #14 from makinacorpus/fix

fix crash in extract_claim_from_tokens