-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question / tutorial] using the plugin for Flutter WEB #3
Comments
I have made some tests and it seems i get some redirection errors: |
Init
If the access token is still valid, Login
After user logs in, the identity server will redirect user to the provided redirect URI.
The application can now use the access token and make API requests. Renewal
If user's session on the identity server is still active, the identity server will redirect the hidden iframe to the provided redirect URI, passing the new access token.
Then it will schedule the next renewal. |
I never used it with flutter web, so I don't know if it works. In order for it to work, |
Hello,
I have discovered this plugin and I have a few questions:
Can you please explain what is required for the
Tx for your help
The text was updated successfully, but these errors were encountered: