gawati / gawati-editor-ui

Gawati Client
GNU Affero General Public License v3.0
0 stars 0 forks source link

refreshToken in the client #13

Closed kohsah closed 6 years ago

kohsah commented 6 years ago

Once authenticated, the authentication token needs to be periodically refreshed otherwise we get token related errors and the whole browser has to be refreshed for the authenitcation to be valid.

So we need to periodically refresh the token, the appropriate API is present (but not called), but at what frequency it needs to be done or at what specific event is not clear.

kohsah commented 6 years ago

This was implemented.