ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
53 stars 54 forks source link

Change iOS dialog text #18

Closed gauravmehta13 closed 2 years ago

gauravmehta13 commented 2 years ago

When using the plugin on iOS for first time it asks "test.com" would like to sign in. Is these any way to change this text since I am using the package for payment and not for Sign In

ThexXTURBOXx commented 2 years ago

This seems to be a limitation with the ASWebAuthenticationSession: https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession At least, I cannot find hints on how to change this in the documentation.