How to go directly to provider signin? #2174
-
In my project, I am only using Auth0 for authentication. Instead of going to the signin page and clicking "Sign in with Auth0", how would I just skip straight to the Auth0 login screen? I've tried using /api/auth/signin/auth0, but all it does is show the auth0 button instead of going to the auth0 signin screen. |
Beta Was this translation helpful? Give feedback.
Answered by
balazsorban44
Jun 13, 2021
Replies: 1 comment 5 replies
-
https://next-auth.js.org/getting-started/client#starts-google-oauth-sign-in-flow-when-clicked
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
balazsorban44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://next-auth.js.org/getting-started/client#starts-google-oauth-sign-in-flow-when-clicked
signIn("auth0")