We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
current implementation of site.logout just removes the session of the user.
site.logout
the idea is to somehow before clearing the session identify client_id find redirect_uri of the app and return user there
cliend_id most likely will be in session
@StickNitro
The text was updated successfully, but these errors were encountered:
After some investigation this scenario will be unstable due to session expiration. Instead client should send returnTo parameter with url
if client_id is provided. then EG must validate if the passed url is allowed by app
more info https://auth0.com/docs/logout
Sorry, something went wrong.
and default redirect uri should be made configurable for both login and logout (/ currently)
/
connect #630 redirect to returnTo url after logout
cd3e9ab
DrMegavolt
No branches or pull requests
current implementation of
site.logout
just removes the session of the user.the idea is to somehow before clearing the session identify client_id
find redirect_uri of the app and return user there
cliend_id most likely will be in session
@StickNitro
The text was updated successfully, but these errors were encountered: