Next-auth with auth0 immediate login
I'm making an app learning t3 stack and using auth0 as my login provider for next-auth, however, once I log in whenever I log out I don't get to see the auth0 login page again, so I can't switch accounts, how to achieve this?
1 Reply
Found the solution myself, but will keep this here in case anyone has the same issue:
add this config to you Auth0Provider instance
authorization: https://${env.AUTH0_ISSUER}/authorize?response_type=code&prompt=login