FlutterFlow Supabase Auth
I want to securely connect users to my FlutterFlow application using the buildship trigger and using supabase auth
.. I'm stuck as to how I am supposed to do that. Many tutorials onl show how to connect using the trigger but for workflows that do not require authentications.. Is there a comprehensive guide on how to achieve this?
7 Replies
Processing...
🤖 Gathering bytes and bits. 🧲 this might take a couple of minutes... beep boop
🤖 AI Response
To connect FlutterFlow with BuildShip while using Supabase for authentication, you should configure Supabase Auth in FlutterFlow, generate and pass the JWT token with each API call, and verify this token in your BuildShip workflow. In FlutterFlow, after setting up Supabase authentication, use the API Call action to send requests to your BuildShip endpoint, including the Authorization header with the Supabase token. On the BuildShip side, create a REST API workflow and use a Branch node to check for the presence and validity of the Authorization header before proceeding with your workflow logic. This ensures that only authenticated requests are processed. For more details, refer to the BuildShip REST API documentation and tutorials on integrating FlutterFlow with BuildShip workflows.
🔗 References:
1. https://www.youtube.com/watch?v=zbMAxBISOEw
2. https://www.youtube.com/live/2OzgeHxpMs4
3. https://buildship.com/blog/building-ai-assistant-on-flutterflow
4. https://www.youtube.com/watch?v=dqJkQxuztdA
5. https://www.youtube.com/watch?v=TV8yKcapzZM
BuildShip AI Support
@Gracious were the above references helpful?
Not exactly helpful. I have followed the documentation through but not able to find the "Authenticated User" as option to assign the JWT token when configuring the authValue

this part of the video does show, instead of
authValue
you can pass the jwt https://youtu.be/w4YrIjUova0?t=228BuildShip
YouTube
Easiest way to Call Workflows and Backend Logic with Auth on Flutte...
Learn how you can run backend APIs, functions and AI workflows connected to LLMs and AI models from FlutterFlow, use the NEW Trigger BuildShip workflow to easily build one with authentication on Firebase or Supabase. On BuildShip, you can create APIs, tools for agents, and AI workflows using a visual natural language-based flow builder.
Get sta...
Only works if using firebase auth if using supabase the option is not there. I needed help with supabase.