MaikuB/flutter_appauth

Support for BrowserMatcher on Android

Open

#537 opened on Sep 10, 2024

View on GitHub
 (2 comments) (1 reaction) (1 assignee)Objective-C (284 forks)github user discovery
help wanted

Repository metrics

Stars
 (303 stars)
PR merge metrics
 (Avg merge 5d 7h) (4 merged PRs in 30d)

Description

Hi. My org would like to have this plugin support BrowserMatcher on Android, which makes it possible to decide which browser should be selected and used for logins. We're experiencing some callback issues with certain browsers, and would like to always select Chrome, if available.

See https://github.com/openid/AppAuth-Android/blob/0.11.1/library/java/net/openid/appauth/browser/BrowserMatcher.java

We're willing to help implement this if needed.

Contributor guide