AngularJS Authentication: Secure Your App with Auth0
Learn how to add JSON Web Token authentication to your AngularJS app
★★★★★ 4.6
(2.2k reviews)
17 hours of content
What you'll 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
Covers JSON Web Tokens, JWT middleware in Express, authenticated HTTP requests in AngularJS, user profiles, logout redirects, multi-factor authentication, and social login. Learners can add token-based authentication to AngularJS applications.
Who this course is for
AngularJS developers adding Auth0 JWT authentication to their applications.
#angularjs
#authentication
#jwt
#auth0
#security
#nodejs