Ask YC: How do you handle security?
https://news.ycombinator.com/item?id=86102I have a site with the usual username/password login hooked to a MySQL backend. What's the best way to handle signup (sending the username/password) and logging in (same)? In particular, can you avoid using a POST and sending text parameters?