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

Login security via SSL/HTTPS #1

Open
FFX01 opened this issue Aug 18, 2015 · 1 comment
Open

Login security via SSL/HTTPS #1

FFX01 opened this issue Aug 18, 2015 · 1 comment

Comments

@FFX01
Copy link
Owner

FFX01 commented Aug 18, 2015

Though not an issue during development, it will be very important in the future that we use SSL/HTTPS to encrypt post requests for user login and registration as otherwise, user password data is sent via POST request as plain text in the form data in the request header.

The passwords in the db are hashed and secure, so the server doesn't know what the user passwords are, however anyone sniffing packets over a wifi network or man in the middle connection will be able to gain access to the user's password in plain text format. This is not good.

In short, when the site goes into production, we MUST use SSL/HTTPS.

@Master-Foo
Copy link

I'll be sure to have an ssl cert. It's pretty much standard procedure to generate one.

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