Overview
Securing flows with third-party authentication services
When it comes to building web applications with Alphi you will need an authentication/ membership service to:
Identify the user executing the flow
Limit feature access based on the users plan/ subscription
Allow users to create, read, update and delete records associated with their account
Utilising our authentication integrations, you can connect popular nocode membership services like Outseta and Memberstack in minutes.
Including a token in a request to Alphi
When running a flow with authentication enabled, you must include the authorisation token in the request.
Javascript Example
🟡Outseta🔵Memberstack
Last updated