Skip to content

Version 1.11.0

Choose a tag to compare

@Jarkko-10Duke Jarkko-10Duke released this 15 Apr 06:58
· 56 commits to master since this release

Enhance and consolidate events for credential activation and deactivation.

New events:

  • CredentialDeactivated for notifying that user's authentication credential has been removed or deactivated and can't be used for authentication anymore

Deprecations:

  • UserPasswordCreated -> CredentialActivated
  • UserMfaActivated -> CredentialActivated
  • UserMfaDectivated -> CredentialDeactivated

Event renaming:

  • ActivateCredentialStarted -> CredentialActivated
  • ActivateCredentialCompleted -> CredentialActivationStarted