Optional Redirect to Sign In #24
nathanclevenger
started this conversation in
Feature request / Ideas
Replies: 1 comment
-
Yes, you're right, the button is not what most people want. I have adjusted the behavior of the SignIn button. Now 1 button per provider is displayed and the sign in method is called up directly so that you can sign in to the provider immediately. You do not have to use the Auth.js Built-in Pages. You can provide your own page. See Auth.js guide. Depending on your application, you can add your own components to redirect or sign in the user directly to the provider. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello -
For many of our use cases, we don't want the sign-in with authjs button, or even to use the standard authjs sign in screen because we only have a single provider.
It would be great if we could configure this plugin to automatically call the authjs
signin
method, and ideally call it with a provider likegoogle
orgithub
so it would auto-redirect the user immediately into the OAuth flow before even seeing the payload login screen.Beta Was this translation helpful? Give feedback.
All reactions