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
When I launch the last line to get the authUser the browser pops up as expected, if I log in everything is fine.
The issue is that when the window pops up I switch back to the app without entering anything in the browser I get an error from the http.Response. That means that if you switch back to the browser to log in, it's not tied to anything and just errors.
Is there something I'm missing in what I need to do to handle this?
So far I've tried it on windows and android and both show the same behavior
The text was updated successfully, but these errors were encountered:
I'm finding the library great for simplifying the auth flow, thanks.
I'm having one issue, I have the following code
When I launch the last line to get the authUser the browser pops up as expected, if I log in everything is fine.
The issue is that when the window pops up I switch back to the app without entering anything in the browser I get an error from the http.Response. That means that if you switch back to the browser to log in, it's not tied to anything and just errors.
Is there something I'm missing in what I need to do to handle this?
So far I've tried it on windows and android and both show the same behavior
The text was updated successfully, but these errors were encountered: