You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your stuff works great for ios and android. However, for the web, it appears that the redirect URL is not being passed along correctly. I've set the redirect to http://localhost:8080/login, but the oauth server is only receiving http://localhost:8080.
The text was updated successfully, but these errors were encountered:
Hi, I'll have to check. This plugin uses flutter_inappwebview for iOS and Android but not for Web, for web it uses some kind of workaround. Please check the example project implementation to see if it helps you. I use it on several projects currently on production but I don’t remember right now the redirect uri I use.
Your stuff works great for ios and android. However, for the web, it appears that the redirect URL is not being passed along correctly. I've set the redirect to http://localhost:8080/login, but the oauth server is only receiving http://localhost:8080.
The text was updated successfully, but these errors were encountered: