Any way to set up a redirect URL after signups?
I want to implement something like clerk, in middleware I am adding query params of redirect_to=/dashboard or something like that, currently using router.push(), any native way to do so ?
Solution:Jump to solution
As of now you can pass a
callbackURL
:
``ts
authClient.signUp.email({
callbackURL:
/`
})...4 Replies
Solution
As of now you can pass a
callbackURL
:
for google then ?
coz if I pass similar callback url, it wont get data right
yeah never mind found it
What was it?
yeah it was