Redirect after Next-Auth Oauth login
Unanswered
Black-throated Gray Warbler posted this in #help-forum
Black-throated Gray WarblerOP
Good day. I'm using nextjs 13 with the app router and next-auth to handle authentication but when a user logs in with for the first time using a provider, I want to redirect them to a login profile form to fill on before they are authenticated. If this information is not filled out, they can't login. Any idea how to accomplish this. I'm thinking to use the sign in callback to redirect them to the form but this would log in the user still.