Any suggestions?
I have a PWA frontend that needs to work with no network access sometimes. I have a backend that provides auth tokens as http-only cookies.
If a user tries to log out while not connected to the network, there's no way to clear those cookies, right? I'd have to wait until the next time I had network and then ask my server to log me out.