Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to bypass authentication when accessing from localhost #1712

Open
tkurki opened this issue Apr 8, 2024 · 3 comments
Open

Option to bypass authentication when accessing from localhost #1712

tkurki opened this issue Apr 8, 2024 · 3 comments

Comments

@tkurki
Copy link
Member

tkurki commented Apr 8, 2024

People struggle with authentication. One solution to keeping remote connections secured against unauthenticated access but allow straightforward access when the user is local would be to add option for bypassing authentication and mapping access from localhost as admin.

@tvr256
Copy link

tvr256 commented Apr 8, 2024

@tkurki , I'm one of the users struggling with authentication. Running locally I continually get logged out, despite entering admin username/password and selecting "Remember me". Is this a bug or expected behaviour for local connections?

@tkurki
Copy link
Member Author

tkurki commented Apr 8, 2024

What do you have configured as RememberMe timeout under Security / Settings?

@tvr256
Copy link

tvr256 commented Apr 8, 2024

Thanks for the pointer - I didn't even realise that setting was there! Would it be helpful to provide a hint on the login page?

Mine was set to 3 minutes, I assume that's the default value. Should the default be longer?

And finally, browsing the GitHub commits showed me you can set the value to "NEVER", but this isn't obvious from the settings page. Could we add NEVER to the example values?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants