Open chrisdrobison opened 9 months ago
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.