Gabriel
BBuildShip
•Created by Gower on 1/16/2025 in #💬・general
Gower - Has anyone got a guide or video on conn...
I'm doing it, there is a supabase Auth node, and the documentation is there. Basically, in your api calls that are for paid users only you will check if his token is valid. If it is, the flow will follow.
Login is basically to get the token (react to supabase can deal with that), then your react app stores the bearer token for the user session, and anytime it wants to use an api, you check if the token is valid.
Makes sense?
1 replies