Releases: jumpdrive-dev/Auth-Services
Releases · jumpdrive-dev/Auth-Services
Version 2.3.1
Version 2.3.0
- Added some functions to help with constructing
JwtClaims
- Added some trait implementations for
JwtClaims
andJwtHeaders
Version 2.2.0
Changes
jti
claims can now be checked- Fixed an issue where nbf claims were checked incorrectly
Full Changelog: 2.1.1...2.2.0
Version 2.1.1
Changes
JwtClaims::default()
now adds a 5-second grade period to allow for better compatibility in automated test, as sometimes the JWT would be decoded before thenbf
and after theexp
claims.
Full Changelog: 2.1.0...2.1.1
Version 2.1.0
Version 2.0.0
What's Changed
- All claims are now optional
- Added
decode_against_claims
andguard_against_claims
functions aud
andiss
claims are now checked when usingdecode_against_claims
andguard_against_claims
functions
Full Changelog: 1.1.3...2.0.0
Version 1.1.3
- Update dependencies
- Fix reexport
Full Changelog: 1.1.2...1.1.3
Version 1.1.2
- Crate now reexports RsaPrivateKey needed for creating a JWT service
Full Changelog: 1.1.1...1.1.2
Version 1.1.1
Features
- Split services into different features, so they can be enabled/disabled as needed
- Add new
test-utils
feature which contains functions for when testing
Full Changelog: 1.1.0...1.1.1
Version 1.1.0
Features
- Expose some private methods for generating 2fa codes in test environements
- Add functions for decoding only the claims of a JWT token
- JWT header cty field can now be a custom value other than the
JwtTokenType
What's Changed
- Tests by @rster2002 in #5
- 🔖 Version 1.1.0 by @rster2002 in #8
Full Changelog: 1.0.0...1.1.0