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
clj-service only works after websocket has connected. we need refactorings to make this beter.
for local auth tokens can be valid for a long time. however for oauth2 identity token is only valid for some time.
when a websocket reconnects after the server has been restarted, it will need
to get a new token.
The text was updated successfully, but these errors were encountered:
it would be great to use localstorage.
two issues:
clj-service only works after websocket has connected. we need refactorings to make this beter.
for local auth tokens can be valid for a long time. however for oauth2 identity token is only valid for some time.
when a websocket reconnects after the server has been restarted, it will need
to get a new token.
The text was updated successfully, but these errors were encountered: