Angular
Easy Authentication with AUTH0
  •  

Authentication in Single Page Apps

Managing authentication for single page apps can be quite challenging. One way to make it easier is to use an authentication provider such as Auth0. When we use Auth0, we rely on JSON Web Tokens, which is an open standard for transmitting information securely between two parties. Let's see what Auth0 and JSON Web Tokens are all about.

 

I finished! On to the next chapter