Skip to content

Releases: jumpdrive-dev/Auth-Services

Version 2.3.1

11 Nov 14:54
Compare
Choose a tag to compare
  • Removes the 'Cargo.lock' file for better compatability.

Version 2.3.0

11 Nov 14:50
Compare
Choose a tag to compare
  • Added some functions to help with constructing JwtClaims
  • Added some trait implementations for JwtClaims and JwtHeaders

Version 2.2.0

27 Jul 19:52
Compare
Choose a tag to compare

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

27 Jul 18:31
Compare
Choose a tag to compare

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 the nbf and after the exp claims.

Full Changelog: 2.1.0...2.1.1

Version 2.1.0

19 Jul 19:44
Compare
Choose a tag to compare

Changes

  • Adds JwtHeaders::with_cty function

Full Changelog: 2.0.0...2.1.0

Version 2.0.0

19 Jul 18:53
d8a8319
Compare
Choose a tag to compare

What's Changed

  • All claims are now optional
  • Added decode_against_claims and guard_against_claims functions
  • aud and iss claims are now checked when using decode_against_claims and guard_against_claims functions

Full Changelog: 1.1.3...2.0.0

Version 1.1.3

18 Jul 17:21
Compare
Choose a tag to compare
  • Update dependencies
  • Fix reexport

Full Changelog: 1.1.2...1.1.3

Version 1.1.2

18 Jul 16:53
Compare
Choose a tag to compare
  • Crate now reexports RsaPrivateKey needed for creating a JWT service

Full Changelog: 1.1.1...1.1.2

Version 1.1.1

13 May 14:07
fa76944
Compare
Choose a tag to compare

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

13 May 10:45
6b4a801
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0...1.1.0