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
51 stars 50 forks source link

[flutter_web_auth_2] iOS15.5 [AuthenticationSession] The provided scheme is not valid. A scheme should not include special characters such as ":" or "/". #11

Closed niumj closed 1 year ago

niumj commented 1 year ago

Describe the bug

[flutter_web_auth_2] on iOS15.5 Exception: [AuthenticationSession] The provided scheme is not valid. A scheme should not include special characters such as ":" or "/".

To Reproduce

example code with calbackurlscheme[com.xxxx://logincalback]

Device (please complete the following information!)

Additional context

on iOS14 ,without the error, but auth0 authorize page is always loading !

ThexXTURBOXx commented 1 year ago

This is a limitation of iOS and it seems like I cannot do anything against it. Further information can be found here: https://developer.apple.com/forums/thread/679251 https://github.com/auth0-samples/auth0-react-native-sample/issues/45