π΅Memberstack
Authentication & payments for companies who love Webflow, Stripe, & React.
Configuration
Memberstack V1 does not display the Site Id within the dashboard instead, you have to extract it from the JWT. Please raise a support ticket if you would like assistance getting your Memberstack V1 Site Id.
In the navigation, click the βοΈ icon
In the Memberstack Site Id field, enter your Id
Save the changes
Open the flow you want to secure and add the Memberstack node after the
start
node.
π Congratulations, you successfully secured your flow using Memberstack.
Access User Data
To access data associated with the user making the request, you can use the handlebar expressions e.g. {{request.user.id}}
.
Properties
id
{{request.user.id}}
{{request.user.email}}
WARNING the email property was deprecated in Memberstack V2!
User Token
To access a user token for testing log into your website and run the following code snippet within the console.
Memberstack V1
MemberStack.getToken()
Memberstack V2
$memberstackDom.getMemberCookie()
Last updated