app
app copied to clipboard
The extension shouldn't log out when browser data is cleared
My browser is set to clear browsing data on exit. Raindrop seems to store its extension login data in cookies, so every time I reopen the browser I have to log in all over.
That's quite annoying, extensions shouldn't do that. They should use the local storage api provided by the browser to make sure things persist between sessions. It's how Bitwarden, uBlock Origin, 1Password and other popular security- and privacy-focused extensions do it.