Angular
Easy Authentication with AUTH0

Setting Up the API

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

It's likely that your application will get its data from an API of some sort. It turns out to be pretty simple to protect the resources served by an API such that only users holding a valid access token can get to them. First, set up a simple Node API using express and then you'll add a middleware to protect individual endpoints.

 

I finished! On to the next chapter