OpenAuth icon indicating copy to clipboard operation
OpenAuth copied to clipboard

[FEATURE] Clear cache function

Open vars1ty opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Depends, users wants to sign in twice but can't because the Microsoft auth keeps them logged in, with no obvious way of logging out.

Describe the solution you'd like A method to logout the active user (or clear the entire cache and everything with it) within MicrosoftAuthenticator.

vars1ty avatar Aug 31 '22 07:08 vars1ty

You can modify the source code to include the content of commit 354715ccb0b4924de893c5c8cab3ef2dc437ed20, it will clear the cache each time you open a webview

iSTeeWx avatar Mar 15 '23 22:03 iSTeeWx