Description
What will you learn:-
- JSON Web Tokens help secure AngularJS apps
- In a NodeJS (Express) programme, set up JWT middleware
- AngularJS may make HTTP requests that are authenticated
- Create a user profile area for them that includes their avatar
- When a user becomes unauthenticated, redirect them to a login route
- To increase security, use multi-factor authentication
- Log in using social media platforms like Google and Twitter
Syllabus:-
-
Hey there
-
Traditional Authentication
-
The Tricky Parts of AngularJS Authentication
-
JSON Web Token
-
Signing Up for Auth0
-
Setting Up the AngularJS Ap
-
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 Ap
-
Enabling Multi-Factor Authentication
-
Wrapping Up