Webdevelopement : Login Specification
- by mr.bio
Hi there ,
i just started with PHP and i wanted to implement a Login.
Rather than inventing the Wheel : is there any Online Specification for a Login System ?
Things a should care about :
detect Brute Force attacks
implement password recovery
maybe openID and/or with facebook account
prevent SQL injection
.....
So i think this has been done more than 1000 times. Where can i read about it ?