Skip to content

Fix session handling with auth0 #14

@michael-paulus

Description

@michael-paulus

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions