Recently I needed a way to force logout of my WebFlow site’s password-protected pages and folders, so that I could test them properly in the user flow. It turns out that this is possible by deleting the WebFlow authentication cookie.
Cool! Thank you. We will use this for secure user auth. In pass-protected page we use Firebase script for login via email+pass, after this we get access to firebase users database and check pass for pass-protected input → paste → “click” to submit → profit! And after this we use deleting this auth WF cookie for logout. BOOOOOM!!! I’m very inspired.