Releases: Kindness-Works/passage-rs
Releases · Kindness-Works/passage-rs
v0.4.0
v0.3.0
0.3.0 (2024-05-26)
- Added audience validation for JWTs. This requires either setting the PASSAGE_APP_AUTH_ORIGIN environment variable or configuring it within the application settings.
- The generic configuration of the Passage client has been removed. This feature is no longer needed as originally planned.
v0.2.1
v0.2.0
0.1.4
v0.1.3
0.1.3 (2024-05-26)
- Added the support for the Passage auth Users endpoint (get_user, create_user)
- Made models public, the naming and location is likely to change in a future release
- Removed api_key config option as this crate should never need it unless we add support for
- Updated to jsonwebtoken 9.3.0