openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

Logout feature

Open soxofaan opened this issue 3 years ago • 1 comments

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

soxofaan avatar Oct 11 '21 16:10 soxofaan

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).

m-mohr avatar Oct 11 '21 22:10 m-mohr