Integrate secure Google, Facebook, Apple, and Auth0 native logins (Pro feature).
OAuth and social login flows (Google, Facebook, Apple, Microsoft, Auth0, etc.) are restricted inside standard mobile WebViews due to security policy blocks (throwing errors like 403 disallowed_useragent). To bypass these limitations securely, Nativine intercepts authorization request URLs, loads them inside a secure Chrome Custom Tab system browser context, and redirects the authentication parameters back to your WebView via deep link scheme redirection.
myappscheme://oauth?token=JWT_TOKEN&refreshToken=OPTIONAL_REFRESH_TOKEN
To verify the setup, make sure your deep link scheme is configured in the builder settings and that your server-side callback redirects to [yourscheme]://oauth with the session credentials appended as query parameters.