flutter_web_auth_2 icon indicating copy to clipboard operation
flutter_web_auth_2 copied to clipboard

Flutter plugin for authenticating a user with a web service

Results 18 flutter_web_auth_2 issues
Sort by recently updated
recently updated
newest added

### Description Currently, i'm doing sso login using this library and after the login, the webpage redirects to the following intent url which is handled inside the app. the authenticate...

bug

Description This only happens on the Android application. After successfully logging in the browser the browser is dismissed and the user is redirected back to the app. Unfortunately the user...

I do not have any Apple devices (neither MacOS nor iOS). Because of this, I cannot fix, debug or test anything on these devices. Of course, PRs are always welcome...

apple

## Is your feature request related to a problem? Please describe. If I wanna use the **https scheme** and [Universal Links](https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html) on iOS the completionHandler is not called. - This...

enhancement
apple

When using custom chrome tabs, is there any way in the library to customize them? I see in android there's options to be able to pre-fetch the urls to speed...

enhancement

### Description Redirection to app does not work. I am using Google sign in authentication process and after successfully sign in it redirects to callback url and opens it. But...

bug

I'm using this package to authenticate with my backend server. I'd like to be able to pass some header values along with the URL open call to my server. As...

enhancement

Recently I used flutter_appauth to login my users via Google into the app. But because I am also using flutter_web_auth_2 for authenticating against many other OAuth1/OAuth2 providers, there were 2...

### Description I used to have my auth flow fully working, but after a big refactor it started not for web browsers on mobiles, and web browsers for mobiles only....

bug

## Describe the bug When using this library with Universal Links on iOS to login into a service, the link is opened in the browser if the user is already...

bug
apple