Angular
Easy Authentication with AUTH0

Sending Requests from the Angular App

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

A protected API wouldn't be much good if you couldn't make requests to it from your Angular app. You can get access to protected API resources by sending the user's access token as an Authorization header in requests. Let's take a look at how to do that manually and also with some help from a library called angular2-jwt.

 

I finished! On to the next chapter