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

Fix session handling with auth0 #14

Open
michael-paulus opened this issue Nov 21, 2016 · 1 comment
Open

Fix session handling with auth0 #14

michael-paulus opened this issue Nov 21, 2016 · 1 comment
Assignees

Comments

@michael-paulus
Copy link
Contributor

State:
After 2 days, the id token validity runs out. The user has to log in again, which is unnecessary due to there being a refreshment token which should handle that job. On logout, the session at auth0 persists.

Goal:
Use the refresh token to get a new id token once the old one is invalid, hence rendering manual re-logging obsolete. When the user manually logs out, destroy his session stuff at auth0.com.

@michael-paulus michael-paulus self-assigned this Nov 21, 2016
@michael-paulus
Copy link
Contributor Author

Have to wait two days, until automatic logout happens.

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

1 participant