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 23 flutter_web_auth_2 issues
Sort by recently updated
recently updated
newest added

This is a follow-up from https://github.com/LinusU/flutter_web_auth/pull/145. I encountered this error again, and, after some research, I found that "As of iOS 13, `UIApplication.shared.delegate?.window` has been deprecated. Instead, you should use...

### Description First, thank you for this project, it helps us a lot. I have noticed that the redirect (closing of the auth pop-up) does not work when using universal...

bug

The package [protocol_handler](https://pub.dev/packages/protocol_handler) is used to register and handle custom protocols, which also supports desktop platforms.So I thought I could implement the redirect callback through this plugin.The example code is...

enhancement