Ferreteria/v0.5/login

From Woozle Writes Code
< Ferreteria‎ | v0.5
Revision as of 01:05, 17 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...

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

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

(Session Feature)->UserIsLoggedIn()

  • NativeRow()->UserIsLoggedIn()