NextAuth redirect on success
Unanswered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
I am using nextauth resend magic link integration with a custom adapter. Everything seems to be working alright but I have a page I need to user to be redirected to after their token is successfully verified. What’s the best approach for doing this? Right now the user is just redirected to
/ after clicking the link in the email but it would like them to go to /verify which is a custom page I have made that updates the user session with a few more details.