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

Feature: Improve user authentication #16

Open
brianwarner opened this issue Jun 28, 2017 · 0 comments
Open

Feature: Improve user authentication #16

brianwarner opened this issue Jun 28, 2017 · 0 comments

Comments

@brianwarner
Copy link
Owner

Authentication is quite basic at this point, mainly intended to allow you to show someone else the results without them changing the configurations or accidentally deleting important things. Facade simply uses PHP sessions to determine if someone is logged in or not. There's no way to stay logged in, for example. Also, there may be much more secure ways to do this that I'm not aware of.

I would welcome input from someone smarter than me on how to improve the robustness of user authentication.

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

No branches or pull requests

1 participant