Auto login #3664
aroberts
started this conversation in
Feature Request
Auto login
#3664
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
OIDC brought a form of centralized login to mealie, but for those of us who largely implement SSO via header login, mealie is a bit of a second-class citizen, because there is no way to get mealie to recognize that the user is cookied already, and to automatically perform the OIDC flow to log the user in - the user still has to click the "Login" link.
Please provide a concise description of the feature that would resolve your issue.
a
REQUIRE_LOGIN
or similar env var that, when enabled, would redirect all requests (including/
) to the login page if a user was not authenticated. Coupled with theOIDC_AUTO_REDIRECT
, this would ideally leave users who are pre-authenticated with their OIDC provider a zero-click path to full interactivity with the site.Please consider and list out some caveats or tradeoffs made in your design decision
The number of redirects in this pathway is relatively high, which feels clumsy, but the only better approach I see is implementing header-based login, which given the lack of support in the js framework used by mealie, has not gotten significant traction in the past few years.
Additional Information
I'd be willing to work on this issue, but while I have python experience, I have no nuxtjs experience, nor experience with fastapi, so some signposting would greatly improve my chances of success.
Beta Was this translation helpful? Give feedback.
All reactions