Skip to content

Support Auth Tab #1128

@ntsk

Description

@ntsk

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions