Add event callback prop to Auth UI component #13219
Unanswered
0xturner
asked this question in
Feature Requests
Replies: 1 comment
|
I was about to create a similar discussion, I have a use case where I need to know the Auth UI (By the way this seems similar to https://github.com/orgs/supabase/discussions/14646) |
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.
It would be handy if the
Authcomponent received an event callback prop so that developers could trigger actions when the internal state changes.The usage in React might look something like this:
My specific use case: When a user signs up I would like to hide the
Authcomponent and display a custom component view in its place.I would be happy to submit a PR for this feature but I would like to receive feedback on the feature idea before starting on the implementation.
All reactions