Skip to content
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

New endpoint Signout #50

Open
dniel opened this issue Mar 5, 2019 · 1 comment
Open

New endpoint Signout #50

dniel opened this issue Mar 5, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dniel
Copy link
Owner

dniel commented Mar 5, 2019

Should delete Session Cookies (JWT_TOKEN and ACCESS_TOKEN) from browser to remove user session.

@dniel dniel added the enhancement New feature or request label Mar 5, 2019
@dniel dniel added the good first issue Good for newcomers label Mar 16, 2019
@dniel
Copy link
Owner Author

dniel commented Sep 24, 2019

Signout endpoint implemented.
Calling auth.example.com/signout will remove cookie from browser and call /logout endoint in Auth0.
Afterwards it will redirect to return url if set in tenant, and in return-to: http//somewhere is set in application.yaml for the hostname./app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant