Open
Description
Hi guys,
This issue might be somehow related to :
- currentSession doesn't check if token is still valid on Solid server. #127
- Local storage is insecure #109
- Ensure currentSession is valid and not expired #37
Giving a short lifespan to the ID token
is a security feature to reduce the vulnerability surface, but as @dmitrizagidulin said it is inversely proportional to user convenience.
We are currently experiencing this pain in our app. So far our only option is to increase the lifetime of the issued tokens, which is not the recommended way to go.
How about silent token refreshing ?
Brock Allen, the author of oidc-client-js
seems to think it is acceptable in terms of security. I am having a hard time assessing if it is.
It is on the roadmap ?
If it isn't, how do we intend to make long sessions work with security.
Many thanks for your insight
Metadata
Metadata
Assignees
Labels
No labels