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.
Learn moreIf 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.
Learn moreDOM 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.
Learn moreListen 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
Learn more