Auto Login #45
IamTaoChen
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I’d prefer not to introduce behavior changes unless there’s a clear need. Every change makes it harder to keep the code compatible with the mainstream implementation.
That’s debatable. Personally, I’d rather make an extra click. Besides, automatic redirection can also be handled at the web server level. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Currently, we didn't check if the user has already logged in when opening
/login
. Maybe We should check?And If we can design a login method (e.g. OIDC or SAML) as default method and when use open
/login
it can automatically redirect to IdP? like gitlab(fallback login form if the idp doesn't work)Beta Was this translation helpful? Give feedback.
All reactions