Skip to content

2.0.1

Compare
Choose a tag to compare
@ismailmustafa ismailmustafa released this 24 Mar 15:27
· 10 commits to main since this release

Changed

  • The following errors will now be reported as FlattenedErrors. These errors have a type field, which is the value on the right side of the arrow, and an optional data field for additional context about the error.
    • BiAuthenticate(Deny(...)) => PolicyDenied,
    • BiAuthenticate(SelectCredentialCanceled => SelectCredentialCanceled,
    • MissingCredentialInRealm => CredentialNotFound
    • BindCredential(AuthLib(CredentialBinding(Service(...)))) => V1ServiceError,
    • BindCredential(AuthLib(InvokeAuthenticator(Service(...)))) => V1ServiceError,
    • BindCredential(InvalidUrl(...)) => InvalidUrl,
    • BiAuthenticate(AuthLib(AssertionEncode(Hal(Internal(...)))) => BiometricsCanceled
    • BindCredential(AuthLib(AssertionEncode(Hal(Internal(...)))) => BiometricsCanceled,