Skip to content

Releases: PropelAuth/propelauth-py

v3.1.13

08 Apr 07:25
d254187
Compare
Choose a tag to compare

What's Changed

  • add login_method to user from token, add to tests, bump minor version by @mrmauer in #46

Full Changelog: v3.1.12...v3.1.13

v3.1.12

16 Feb 23:05
9151778
Compare
Choose a tag to compare
Add active org support (#45)

Tokens that are scoped to a single org, will now
have an active organization set, as well as a few
functions for them.

v3.1.11

18 Jan 22:35
5649644
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.10...v3.1.11

v3.1.10

26 Oct 00:39
fbeedac
Compare
Choose a tag to compare
Don't require aud claim yet (#39)

We've typically not needed an aud claim,
but are starting to roll it out for broader
compatibility. To avoid issues here, we're
going to not require it yet.

v3.1.9

15 Oct 04:15
5f9b6a0
Compare
Choose a tag to compare
Properties should only be included if set (#38)

v3.1.8

05 Oct 20:36
5b57f92
Compare
Choose a tag to compare

What's Changed

  • [HOTFIX] Add trailing / for standalone endpoint paths when used in backend by @itailevi98 in #37

Full Changelog: v3.1.7...v3.1.8

v3.1.7

02 Oct 21:36
Compare
Choose a tag to compare

What's Changed

  • [HOTFIX] Update names of update_org request parameters by @itailevi98 in #36

Full Changelog: v3.1.6...v3.1.7

v3.1.6

29 Sep 16:24
f210ee8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.5...v3.1.6

v3.1.5

28 Sep 18:13
27d8c8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

v3.1.4

02 Aug 17:47
35b5207
Compare
Choose a tag to compare
Add user properties to the create/migrate/update user APIs (#18)