Advanced Auth Checks #18090
Unanswered
mosnicholas
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've set up my NextJS app to work entirely with Supabase's Auth abstractions (react components & auth helpers). I want to start adding a bit more control to our Auth flow. I have 2 basic requirements:
Ideally, this is done in our application to avoid having to write a trigger policy and run migrations every time we want to add a client / update the rules.
Is this possible with the current abstractions? It seems I would have to redirect the /callback functionality to a custom path / function. Is that possible with GoTrue env variables?
All reactions