Skip to main content

All Questions

Tagged with
0 votes
0 answers
117 views

Why is my Supabase Password Reset in React not verifying the session correctly?

I am working on a password reset feature for a flutter application. It sends the user an email which sends them to a website which should handle the password reset. However, I am having issues with ...
A1X1's user avatar
  • 1
0 votes
0 answers
39 views

Authenticating Mobile Users on a Next.js Server with Supabase and RLS Policies

I am using the Supabase signup method to authenticate users in a mobile app. I want to make API requests to my Next.js server, where I also use the Supabase SDK to interact with the database. I have ...
Nisarg's user avatar
  • 1
0 votes
1 answer
2k views

How to set Supabase auth credentials in NodeJS?

I'm attempting to break my supabase database interactions out of my client Flutter app and into it's own dedicated NodeJS express app. At the moment, I've attached the credentials from the logged in ...
kevin's user avatar
  • 3,556
0 votes
1 answer
956 views

Problems in Callback URLs when using Supabase Flutter and JavaScript SDK

I am currently developing an application that consists of two codebases: one for the web using Angular and the other for the mobile version using Flutter. The challenge I am facing is related to ...
Nejat Njono's user avatar