The Definitive Guide To Website Authentication (beta)

Posted by Michiel de Mare on Stack Overflow See other posts from Stack Overflow or by Michiel de Mare
Published on 2008-08-02T19:51:50Z Indexed on 2010/06/15 14:12 UTC
Read the original article Hit count: 271

Form Based Authentication For Websites

Please help us create the definitive resource for this topic. We believe that stackoverflow should not just be a resource for very specific technical questions, but also for general guidelines on how to solve variations on common problems. "Form Based Authentication For Websites" should be a fine topic for such an experiment.

It should include topics such as:

  • how to log in
  • how to remain logged in
  • how to store passwords
  • using secret questions
  • forgotten password functionality
  • OpenID
  • "Remember me" checkbox
  • Browser autocompletion of usernames and passwords
  • secret urls (public urls protected by digest)
  • checking password strength
  • email validation
  • and much more

It should not include things like:

  • roles and authorization
  • http basic authentication

Please help us by

  1. Suggesting subtopics
  2. Submitting good articles about this subject
  3. Editing the official answer (as soon as you have enough karma)

UPDATE: See the terrific 7-part series by Jens Roland below.

© Stack Overflow or respective owner

Related posts about web-development

Related posts about language-agnostic