Hi there,
I had researched for a way to only allow people to get access who belong in a list. Which is not part of the functionality of memberstack. The best I could find then was to add a password to the signup form on Webflow which wasn’t a great user experience.
I came up with an alternative solution.
- Add user in Airtable
- Zapier sends them the link for sign up
- They sign up
- Zapier checks if they were invited or not from Airtable
- If not, deletes the user.
Now the problem:
The session remains active even if I go to different pages after my test account is deleted by Zapier.
Is there a way to force check if the account still exists on the frontend? If not, log the user out?