Releases: PropelAuth/rust
Releases · PropelAuth/rust
v0.9.0
Bump version
v0.8.0
Hook up new axum features (#24) * Hook up new axum features * Bump version
v0.7.0
Bump version to 0.7.0
v0.6.0
Fix API key issues (#20)
v0.5.0
What's Changed
- [TIC-363] Add missing fields to
create_org
by @itailevi98 in #14 - [TIC-357] Rust library updates by @itailevi98 in #17
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Add user properties to the create/migrate/update APIs (#8)
v0.3.0
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
Add metadata to the JWT (#3)
v0.1.1
Fetch org function needs to return the org (#1) * Fetch org function needs to return the org * Bump version
v0.1.0
Fix release workflow