Releases: Blueshoe/pycloak
Releases · Blueshoe/pycloak
1.2.3
1.2.2
1.2.1
What's Changed
- build(deps): bump cryptography from 41.0.7 to 42.0.5 by @dependabot in #49
- build(deps-dev): bump poethepoet from 0.24.4 to 0.25.0 by @dependabot in #50
- build(deps): bump django from 4.2.9 to 4.2.10 by @dependabot in #42
- fix: fix value test/assignment; fix related fields access by @tschale in #51
Full Changelog: 1.2.0...1.2.1
1.2.0
Summary
This release allows pycloak to take the value of a claim in the token and save it directly at a field on the Django user model. Multiple claims can be mapped, the field on which the claim value is mapped can also be on a related model. An optional callback function can be specified to which the value is passed before storing it.
Three settings are added, PYCLOAK_CLAIM_TO_USER_MAPPING
, PYCLOAK_CLAIM_SKIP_MISSING
and PYCLOAK_CLAIM_IGNORE_VALIDATION_ERRORS
. See #46 and the readme for more information.
What's Changed
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Give app access to id-token if possible by @schwobaseggl in #43
Full Changelog: 1.0.1...1.1.0
1.0.1
1.0.0
What's Changed
- #29 reject expired tokens by @tschale in #30
- build(deps): bump cryptography from 37.0.4 to 39.0.2 by @dependabot in #28
- build(deps): bump pyjwt from 2.4.0 to 2.8.0 by @dependabot in #36
- build(deps): bump cryptography from 39.0.2 to 41.0.7 by @dependabot in #35
- build(deps): bump sqlparse from 0.4.2 to 0.4.4 by @dependabot in #32
- build(deps): bump django from 4.1 to 4.2.9 by @dependabot in #37
New Contributors
- @dependabot made their first contribution in #28
- @tschale made their first contribution in #30
Full Changelog: 0.0.18...1.0.0
0.0.18
What's Changed
- Bump pyjwt by @georgkrause in #13
- Migrate to poetry by @georgkrause in #11
- Configure Dependabot by @georgkrause in #12
New Contributors
- @georgkrause made their first contribution in #13
Full Changelog: 0.0.17...0.0.18