Webdevelopement : Login Specification
        Posted  
        
            by mr.bio
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mr.bio
        
        
        
        Published on 2010-05-29T18:04:42Z
        Indexed on 
            2010/05/29
            18:12 UTC
        
        
        Read the original article
        Hit count: 279
        
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 ?
© Stack Overflow or respective owner