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

Bypass login for edge cases #79

Open
thijstakken opened this issue Jun 12, 2024 · 1 comment
Open

Bypass login for edge cases #79

thijstakken opened this issue Jun 12, 2024 · 1 comment

Comments

@thijstakken
Copy link
Owner

Recommend env flag to disable security for explicitly internal application use.

Originally posted by @calonmerc in #53

@thijstakken
Copy link
Owner Author

Info:
@thijstakken With security, do you mean the whole authentication of users?

@calonmerc
Yes, for instance, I have 16 different webapps that all have security/authentication of some kind... explicitly internal to my firewall. Of them, about 8-9 have a way to disable security entirely (or specify when accessing from an internal URL to not require security). I do not open any of my webapps to the web, nor should anyone really, and only access from VPN or when on my home network. Adding "security theater" of another "thing" to authenticate is just adding to users problems of remembering passwords, IMO.

@thijstakken
Yes I agree, I have the same more or less environment. I can see your case. What would be possible in the future is to add an "login bypass" for those who really want it.
When you have created your first user account (the app needs a user, all objects are tied to a user) you could probably set a toggle in the account settings to bypass authentication. This could be implemented for sure, it's possible to make such a flow.
But probably somewhere in the future. I will first have to focus on getting a working MVP out.

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

1 participant