Replies: 1 comment
-
I'd also really love to know how to do this! |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question: How can i redirect my user directly to the custom provider login page?
Currently I have this path "api/auth/signin" (default provided by Auth.Js) which the user will be redirected to if the user is not Authenticated. This workflow is working fine.
How to remove this added signin button click on "api/auth/signin" and instead just go directly the custom provider login page
Attached the screenshot. This page is what I want to avoid and go directly to the custom provider page which the user will be redirected to once clicked on the sign in button.
Beta Was this translation helpful? Give feedback.
All reactions