Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 218 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 218 Bytes

Authentication

Agenda

  • How authentication works in react apps
  • Implementing user authentication
  • Adding auth persistence & auto-logout

Reference

  • Context API
  • localStorage API
  • Firebase Auth REST API