Signup auth hook #28317
Unanswered
TheCodeDestroyer
asked this question in
Feature Requests
Signup auth hook
#28317
Replies: 1 comment
|
Not only sign-up but also sign-in, verification, recovery, and other authentication flows are essential. With Edge Functions now available and everything accessible via HTTP, implementing a solution similar to Ory Actions [1] could be a game-changer. It would allow complete customization of the application's authentication/authorization flow, transforming this project into the ultimate CIAM solution. |
0 replies
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.
Hiya Supabase! 👋
From my understanding the new auth hook (beta) functionality is meant as an alternative to the trigger on auth.users table.
It would be really awesome if we could hook into user signup (user insert) hook to run some custom logic
and if there is an error (manually raised in the transaction) properly propagate that error back to the API or client.
All reactions