taromero / chatapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use password field

basicNew opened this issue · comments

to input password; right now it shows in the wild...

(btw, the connection in https all the way down, right?)

Hah, I realized about it this morning and couldn't believe it. Solving it soon!

Sorry, I'm not sure about the "https all the way down" means, I have to improve my network skills :).

just wondering if it only uses https (and no http) or if it allows http and there is some sort of redirection in the middle (i.e. is there any chance that the password ends up being sent through http and not https?) I have never used/deploy meteor, so not sure.

Ohh, I'm not sure but I think it is ´https´ allways. You can access the app through ´http´ though.

You may want to check how to disable port 80 and serve the app through https only.

Sure! I've opened a new issue about this. Thanks!

Closed through #35.