github ramosbugs/openidconnect-rs 1.0.0-alpha.8

latest releases: 4.0.1, 4.0.0, 4.0.0-rc.1...
pre-release6 years ago

Breaking changes

  • Make IdTokenFields::id_token and TokenResponse::id_token return an Option.
  • Remove RefreshIdTokenFields now that it's identical to IdTokenFields.
  • Remove higher rank trait bounds from NonceVerifier.
  • Make DateTime arguments and return types owned values instead of references.

Other changes

  • Add enable_openid_scope and disable_openid_scope methods to Client.
  • Add require_audience_match and require_issuer_match methods to IdTokenVerifier.
  • Make ID token deserialization tolerant of missing aud claim (defaults to empty Vec). Note that ID token validation will still fail unless require_audience_match is used to disable audience validation.
  • Add IdToken::into_claims method.
  • Add UserInfoClaims::standard_claims method.

Don't miss a new openidconnect-rs release

NewReleases is sending notifications on new releases.