You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Functionality: tracksession check if there is a token in the local storage to validate if the user is logging or not.
Possible issue: Apps doesn't know when the token is invalid to redirect the user to log in. We could use 401 response to fix it but we couldn't make a difference between a token or permissions error.
Solution: New functionality to check if the current session(token) is valid on Solid server and make differences when there is an error for permissions or token.
The text was updated successfully, but these errors were encountered:
RubenVerborgh
changed the title
tracksession doesn't check is token is still valid on Solid server.
currentSession doesn't check is token is still valid on Solid server.
Jun 20, 2019
Main problem is that token renewal is not implemented in the OIDC libraries we use.
justinwb
changed the title
currentSession doesn't check is token is still valid on Solid server.
currentSession doesn't check if token is still valid on Solid server.
Jun 20, 2019
Current Functionality: tracksession check if there is a token in the local storage to validate if the user is logging or not.
Possible issue: Apps doesn't know when the token is invalid to redirect the user to log in. We could use 401 response to fix it but we couldn't make a difference between a token or permissions error.
Solution: New functionality to check if the current session(token) is valid on Solid server and make differences when there is an error for permissions or token.
cc: @RubenVerborgh
The text was updated successfully, but these errors were encountered: