Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 450 Bytes

todos.md

File metadata and controls

24 lines (21 loc) · 450 Bytes

TODOS

Features

Authentication

login with username and password acceptance critieria

  • hash auth password
  • login
  • logout
  • register
  • use session
  • use cookie when add 'remember me' tasks
  • register new user handler
    • password hash
    • page
    • route
    • store
  • login new user handler
    • handle login
    • check if user login show view based on it
    • redirect to login for protected pages