Authentication mechanism comparison
        Posted  
        
            by Heavy Bytes
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Heavy Bytes
        
        
        
        Published on 2010-03-12T13:24:02Z
        Indexed on 
            2010/03/12
            13:27 UTC
        
        
        Read the original article
        Hit count: 243
        
I have to start a new project where user authentication/management will be required.
A lot of websites use existing authentication mechanisms like facebook/twitter/openID/google/etc (even SO).
While I might understand that they are used to simplify some parts of this workflow can someone enumerate the pluses and minuses of using one of these authentication mechanisms vs. an usual user creation and what should I look for when I do this?
Thanks in advance!
© Stack Overflow or respective owner