flutter_web_auth_2 icon indicating copy to clipboard operation
flutter_web_auth_2 copied to clipboard

Optional block SSL handshake error bypass

Open rsilva-freiheit opened this issue 11 months ago • 2 comments
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

rsilva-freiheit avatar Dec 12 '24 09:12 rsilva-freiheit