Integrate Mangopay’s passkey factor in iOS apps
ASWebAuthenticationSession
enables SwiftUI apps to authenticate users via a web service, presenting a secure and user-friendly popup browser for login flows.
AuthenticationServices
SwiftUI
const_baseUrl
with your backend authentication URL.prefersEphemeralWebBrowserSession = true
to avoid sharing cookies or data with Safari and popups.