I’m interested in creating a subscription site using the Members feature. Just wondering if Webflow blocks concurrent logins? I can see that Memberstack has this feature, but I’d prefer to use built in Webflow members if possible.
No, not natively. Webflow’s auth tokens work via cookie, so once you’re logged in, you’re logged in for several days unless you manually log out as a user.
There is no way for the system to log you out. Even if you delete the user’s account, they still have access until that cookie/token expires.
If you want more central token management, Memberstack is probably a better fit for you.