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
On the client we'd like to detect when it's a good moment to refresh the session. Currently we only have a issued date (which is set to the date of a login) and a expires date. This means that after a refresh (which don't currently update the issued) it's impossible to determine a good moment to call refresh.
Also see: micky2be/superlogin-client#59
I propose we add a refreshed field?
Updating the issued doesn't really make sense to me since the token / key and password remain the same?
The text was updated successfully, but these errors were encountered:
On the client we'd like to detect when it's a good moment to refresh the session. Currently we only have a
issued
date (which is set to the date of a login) and aexpires
date. This means that after a refresh (which don't currently update theissued
) it's impossible to determine a good moment to call refresh.Also see: micky2be/superlogin-client#59
I propose we add a
refreshed
field?Updating the
issued
doesn't really make sense to me since the token / key and password remain the same?The text was updated successfully, but these errors were encountered: