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
add logout (or something similar) feature to remove all local storage/caching of configs, access/refresh tokens
to be used on a shared computer and user wants to be sure that no sensitive data is left behind
The text was updated successfully, but these errors were encountered:
fyi: OIDC also has a logout endpoint/functionality (see e.g. the Web Editor logout), which you'd want to call on logout to discard tokens also on server-side (IP).
idea from #249:
add logout (or something similar) feature to remove all local storage/caching of configs, access/refresh tokens
to be used on a shared computer and user wants to be sure that no sensitive data is left behind
The text was updated successfully, but these errors were encountered: