Skip to content

Releases: PropelAuth/rust

v0.9.0

18 Dec 18:27
4815093
Compare
Choose a tag to compare
Bump version

v0.8.0

13 Dec 07:24
61e5f45
Compare
Choose a tag to compare
Hook up new axum features (#24)

* Hook up new axum features

* Bump version

v0.7.0

10 Dec 03:17
Compare
Choose a tag to compare
Bump version to 0.7.0

v0.6.0

09 Dec 05:57
ecda613
Compare
Choose a tag to compare
Fix API key issues (#20)

v0.5.0

05 Oct 16:27
85a45ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

02 Aug 17:55
282ba26
Compare
Choose a tag to compare
Add user properties to the create/migrate/update APIs (#8)

v0.3.0

06 Jun 19:12
967a8b1
Compare
Choose a tag to compare
add specific functions for validating Personal and Org API Keys (#5)

Two new functions to help validate your API keys: validate_personal_api_key and validate_org_api_key. These work similarly to the more general validate_api_key, but will also validate that the API key is a personal or an org key. The return types are slightly different, to reflect that.

v0.2.0

21 Apr 20:12
ffd2144
Compare
Choose a tag to compare
Add metadata to the JWT (#3)

v0.1.1

07 Mar 01:22
d06c042
Compare
Choose a tag to compare
Fetch org function needs to return the org (#1)

* Fetch org function needs to return the org

* Bump version

v0.1.0

06 Dec 20:35
Compare
Choose a tag to compare
Fix release workflow