Skip to content

Releases: Blueshoe/pycloak

1.2.3

11 Mar 08:53
3dd9e52
Compare
Choose a tag to compare

What's Changed

  • fix: fix access of config variables by @tschale in #55

Full Changelog: 1.2.2...1.2.3

1.2.2

08 Mar 15:14
7d43e36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

08 Mar 14:42
11d7bec
Compare
Choose a tag to compare

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

21 Feb 18:15
08ee3be
Compare
Choose a tag to compare

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

14 Feb 16:27
9426111
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

25 Jan 15:59
3478bd4
Compare
Choose a tag to compare

What's Changed

  • fix: fix automatic version bump in pyproject.toml by @tschale in #38

Full Changelog: 1.0.0...1.0.1

1.0.0

22 Jan 15:29
36a8fef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.18...1.0.0

0.0.18

09 Sep 09:52
3f854ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.17...0.0.18