Do I need the login page? #4614
-
I'd like to use next-auth to simply have a button I click and it pops up a social auth modal. Or have username/password inputs and a button that will automatically go through the credentials flow. I don't want users to have to click on some "Login" button and be taken to a sign-in page. Is this possible? I looked through the docs for it but might have overlooked it. I did notice someone on reddit said something about passing the provider to the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
https://next-auth.js.org/getting-started/client#starts-oauth-sign-in-flow-when-clicked I'm blind |
Beta Was this translation helpful? Give feedback.
https://next-auth.js.org/getting-started/client#starts-oauth-sign-in-flow-when-clicked
I'm blind