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
I have also tried using the customUriScheme (scheme://?code=XYZ…) but to no avail.
I get a 200 HTTP response status in the web app but no token or anything else.
What am I missing? Does the returnUrl have to have a certain format? Does the token necessarily have to have "code" as query parameter? How does the plugin retrieve the token from the URL?
The text was updated successfully, but these errors were encountered:
I have implemented oAuth2 for both Android and iOS and they are both working fine.
I am now trying to do the same for Flutter Web but the token does not seem to be passed to the web app.
I have a login button that successfully opens the auth popup and redirects to the call back HTML page which is as follows:
I have also tried using the customUriScheme (scheme://?code=XYZ…) but to no avail.
I get a
200 HTTP response status
in the web app but no token or anything else.What am I missing? Does the
returnUrl
have to have a certain format? Does the token necessarily have to have "code" as query parameter? How does the plugin retrieve the token from the URL?The text was updated successfully, but these errors were encountered: