[flutter_appauth] feat: web support
Add web support with PKCE auth. Only supports redirect! No popup (yet).
Ok, so I've been using flutter_appauth for a while, with great success. For web support I have implemented my own solution. Now I started yet another Flutter project where I add flutter_appauth (for mobile) and start copying over my auth solution (for web), but, this time I figured I could try to add the solution directly into flutter_appauth.
I'm aware of #70 and honestly don't know if this PR will solve that.
It only works with redirect, and the "Sign in with auto code exchange" is the only button in example that will work.
Any movement on this? It'd be really useful for me in the near future. I'm happy to jump in and help resolve the conflicts if that'd be useful?
Ah didn't know I've got conflicts. Thanks for the heads up @SamC-Apadmi I'll fix that right away.
FWIW we have been running my fork now since I made it.
It seems to have a small issue that we have to click "login" again. I haven't looked at it and people are like "oh well that's how it is". Worth fixing perhaps before merge