[auth-ui] expose a way to provide a callback when the authentication suceeds #14458
Unanswered
ranile
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.
There is no way to redirect a user to a specific page after authenticating with auth-ui. There are hacky workarounds such as the one described at https://github.com/orgs/supabase/discussions/2842#discussioncomment-5602365 but they're not ideal. Without using auth-ui, the simple solution would be
but that is not possible as the signIn call is abstracted away and there is no way to run code after sign in at the moment
All reactions