flutter_web_auth_2
flutter_web_auth_2 copied to clipboard
Optional block SSL handshake error bypass
trafficstars
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 in iOS, potentially compromising their logins by clicking on the “Details” button and opening the webview anyway.
Describe the solution you’d like
I propose implementing an argument or parameter in the controller to prevent users from bypassing the handshake exception.
Describe alternatives you’ve considered
Currently, I have a check that prevents the webview from opening unless the SSL handshake is successful but this is still not ideal