Ask HN: Which login method do you use?
https://news.ycombinator.com/item?id=575927I'm at the point where I need to implement login capability on my main page.
What method do you use? php with a database? cgi against a protected file? Clickpass.com like HN.
Or did you roll your own?