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

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

### Description I have been using this library for a personal project of mine but I recently noticed a problem on Android regarding the opening and closing of the browser...

bug

## Is your feature request related to a problem? Please describe. Not really. ## Describe the solution you'd like Add in swiftpm support. ## Describe alternatives you've considered Wait for...

enhancement
help wanted
apple

Hello @ThexXTURBOXx First of all, thank you for your excellent work! ## Is your feature request related to a problem? Please describe. Currently, users can bypass the SSL handshake errors...

enhancement

### Description Can minimizing a browser window not cause a FlutterWebAuth2.authenticate exception? If not, is there a way to close an external browser window on an exception? In a locked-down...

bug

### Description The Dart API tests for this plugin (located here: https://github.com/ThexXTURBOXx/flutter_web_auth_2/blob/master/flutter_web_auth_2/test/flutter_web_auth_2_test.dart) have a couple problems: 1. The 'invalid scheme' test fails. 2. The tests are inherently meaningless because they...

bug