supabase_flutter_web_auth library

Runs supabase_flutter's OAuth, SSO, and identity-linking flows through a system web authentication session instead of a plain browser launch.

Classes

FlutterWebAuth2OAuthLauncher
Runs the OAuth, SSO, and identity-linking flows through a system web authentication session (ASWebAuthenticationSession on Apple platforms, Custom Tabs on Android) instead of a plain browser launch. On Linux and Windows, which have no equivalent OS session, the flow runs in an embedded webview window instead, with its own separate cookie store.