Can you use the new Services feature to do Supabase authentication APIs? When I connect my Supabase to the project and look at the list of endpoints I see them for the tables I create, but not for authentication like you do with Xano.
Armand
5 months ago
Yes, just select the POST option
Then set the URL
The parameters (like this if you use email/password to authenticate)
the header
the body (again, like this if you use email/password to authenticate)
on the Success event set the session cookie
On the Success event of setting the session cookie, set whatever you want to happen when someone is authenticate, but most likely something like this
some of above may have already been set, some you may need to add and some you may need to adjust