You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How execute function after SignIn/SignUp before Redirect to App so I can do POST request to a backend to create user in my own database after successful sign up?
Now I have whenAuthed: AuthAction.REDIRECT_TO_APP in /auth-ssr page so it redirects right after signup. Can I keep AuthAction.REDIRECT_TO_APP and make request before redirect?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How execute function after SignIn/SignUp before Redirect to App so I can do POST request to a backend to create user in my own database after successful sign up?
Now I have
whenAuthed: AuthAction.REDIRECT_TO_APP
in/auth-ssr
page so it redirects right after signup. Can I keepAuthAction.REDIRECT_TO_APP
and make request before redirect?Beta Was this translation helpful? Give feedback.
All reactions