How can I specify a `callbackUrl` when using the default NextAuth setup?
I'm using the default NextAuth setup (going to /api/auth/signin to get users to sign in), and I want to specify a callbackUrl so after login people go to /whatever. All the docs say to specify when calling
signIn
, but I'm not calling that. Can I specify it when using the default set up or do I need to change things around?0 Replies