Skip to content

1280.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 18:03
0779dbc

@metamask/profile-sync-controller 32.3.0

Added

  • Support AAL2-gated MFA enrollment and sync the MFA SDK with the latest authentication API spec (#10374)
    • beginMfaEnrollment accepts an accessToken option so enrollment can begin with an elevated token
    • AuthenticationController.beginCredentialEnrollment sends the elevated token while a step-up session is live, since enrolling additional credentials requires AAL2
    • Add the email_socially_verified, multi_primary_srp and aal2_required MFA error codes, a StepUpRequiredError class, and support for the retry_after_seconds error field when computing retryAfterMs
  • Add pairedIdentifierIds to UserProfile in srpSessionData, set from the login response and, on the primary SRP session, from the SRP and social pairing responses, so clients can tell whether a profile has been socially paired (#10394)

Changed

  • Bump immer from ^9.0.6 to ^9.0.21 (#10331)