-
Notifications
You must be signed in to change notification settings - Fork 979
Open
Labels
Description
Feature Request
Motivation
Chrome’s Auth Tab enhances authentication flows by:
- Improved security: Uses a direct callback API instead of intent-based result delivery, reducing the risk of intent-interception and tampering.
- Streamlined UI: Strips away extraneous browser controls (e.g., menu items, long-press actions), allowing users to focus solely on authentication.
- Simplified integration: Eliminates the need for Android manifest intent-filters and additional boilerplate, as the Auth Tab API handles result callbacks automatically.
https://developer.chrome.com/docs/android/custom-tabs/guide-auth-tab
Description
We’ll migrate to Auth Tab as described in the Implement Auth Tab section of the guide. On devices that don’t support Auth Tab, it will automatically fall back to the existing Custom Tab implementation.
kairusds, ericktedeschi, superus8r, slaci, Ivan-Kim and 4 more