Introduction
  • Hey there!
Web Application Authentication Background
  • Traditional Authentication
  • The Tricky Parts of AngularJS Authentication
  • JSON Web Tokens
Setting Up the App
  • Signing Up for Auth0
  • Setting Up the AngularJS App
Setting Up Authentication in AngularJS
  • Setting Up Login
  • Handling the Authentication Result
  • Setting Up Logout
  • Showing the User's Profile
  • Setting up the API
  • Sending Authenticated HTTP Requests
  • Cleaning Up the App
Additional Features
  • Enabling Multi-Factor Authentication
  • Wrapping Up