To help you get started with Email Verification, we've created two cloneable Webflow projects to copy and paste basic email verification pages and verification prompts.
Every new Memberstack project is in Test Mode by default. Once you're ready to go live, you will need to specify which domains should be used for ongoing testing and which are live.
If you have access to a backend environment (server, serverless lambdas, edge workers), you can use our MemberStack admin package to verify a member’s access token AND control what data get returned based on their permissions. Verifying tokens on the server is an industry-standard approach to authentication and is considered a best practice for authorizing requests.
Store complex member data in Memberstack through JSON.
DOM package, easily access and use prebuilt UI components or just use functions to build your own UI's. React package, use our react specific package for an even easier integration.
Manage your members and your business from our admin API.
Listen to events within your application. Member events like: member.created, member.updated, and member.deleted. Plan events like: member.plan.added, member.plan.updated, member.plan.replaced, and member.plan.canceled. Payment events like: member.payment.failed, and member.payment.succeeded