Releases: makinacorpus/django_pyoidc
Releases · makinacorpus/django_pyoidc
1.0.5
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
Migrate from jwt dependency to PyJWT
1.0.3
- fix drf spectacular schema generation
1.0.2
- Fix
django_pyoidc.drf was not a package (missing __init__.py).
1.0.1
- Fix
oidc_path_prefixs settings was not working properly
- Fix drf authentication class was trying to import settings too soon
1.0.0-rc2
Fix settings management : uri names where mixed with uri paths
1.0.0-rc1
Merge pull request #21 from makinacorpus/update_readme
Declare library as production ready
0.0.14
Merge pull request #18 from makinacorpus/update_doc
Update documentation
0.0.13
Merge pull request #14 from makinacorpus/fix
fix crash in extract_claim_from_tokens