Next Auth Autentication using a modal on / route instead of authentication page
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
I'm trying to setup authentication via a modal on my / route. So when a user clicks on the navbar button to sign in or sign out, a modal opens and from there he can create an account or sign in. But i can't seem to do that, as i always have a separate page for Signup and Signin. How can i go around those authentication pages, and just do it on my default route using the modal?