You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@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)