Ferreteria/v0.5/login

From Woozle Writes Code
< Ferreteria‎ | v0.5
Revision as of 13:17, 18 March 2022 by htyp>Woozle
Jump to navigation Jump to search

About

The login feature consists of several filesets:

Process

Currently just taking notes on how this works while fixing it...

logging in

(Session Native Row)->UserLogin($sUser,$sPass)

  • → (Account Feature)->AuthorizeLogin($sUser,$sPass)
    • → (Account Storage Row)->AuthorizeLogin($sUser,$sPass)

(Session Feature)->UserIsLoggedIn()

  • NativeRow()->UserIsLoggedIn()

accessing login status

Example: cMenuLink->FigureIfAuthorized() in tree/items/MenuLink.php