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

Logout Not Correct. #29

Closed
martsbradley opened this issue Mar 2, 2019 · 1 comment
Closed

Logout Not Correct. #29

martsbradley opened this issue Mar 2, 2019 · 1 comment

Comments

@martsbradley
Copy link

Hi Folks,

The LogoutServlet is only invalidating the users session, tnen the user is redirected back to the LoginServlet.

The LoginServlet in turn redirects the user to the Auth0 website where the user remains authenticated.

The LogoutServlet is only invalidating the current session. The LogoutServlet should ensure that the user must input their credentials on Auth0 if they want to see the home page again.

If I am wrong about this please let me know why.

thanks
Martin

@jimmyjames
Copy link
Contributor

Fixed with #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants