Ferreteria/v0.5/login

From Woozle Writes Code
< Ferreteria‎ | v0.5
Revision as of 15:38, 24 March 2022 by htyp>Woozle (moved phases into subpages)
Jump to navigation Jump to search

About

The login feature handles user/session authentication. It consists of three main phases:

  • /submit: checking user's submitted credentials
  • /session: checking Session cookie
  • /logout: handling of user logout

Code files/filesets involved include: