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.2.0
Added
Add beginStepUp, completeStepUp, getElevatedProfileToken and clearStepUpSession to AuthenticationController, holding the elevated token in memory only behind a hard-expiring stepUpSessionExpiresAt state (#10267)
Add refreshEnrolledCredentials, beginCredentialEnrollment and completeCredentialEnrollment to AuthenticationController, backed by a memory-only enrolledCredentials state and an optional trace callback (#10266)
Add passkey and email OTP enrollment, verification, credential-list, and elevated-token exchange SDK methods (#10265)
Add validated MFA domain types and structured MfaError classes with a serialization-safe mfaCode (#10264)
Add rampsOrders to USER_STORAGE_FEATURE_NAMES (#10227)