luis901101 / oauth_webauth

BSD 3-Clause "New" or "Revised" License
15 stars 17 forks source link

Redirect URL for web #16

Open chrisdrobison opened 9 months ago

chrisdrobison commented 9 months ago

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.

luis901101 commented 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.