From the course: Building Angular and ASP.NET Core Applications

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

Setting up Auth0

Setting up Auth0

- Having secure applications is really important. And one of the key features when securing apps is to authenticate users. For authentication, we are going to use the Auth0 library and on this part we are going to learn it how to configure in an Angular application. So, let's go to auth0.com to create an account. In here go to sign up, if you don't have an account, and then you can sign up either with your email and a password, or, by using third party apps. So, I'm my case I'll be using GitHub, but you can use Google or Microsoft, as well. So we need to authorize the Auth0, and our account was created. Once you are in here, click the create application button that shows the application type, in our case our app is a single page application, so I'll just chose second tile Also, don't forget to provide a name, so I'll just name it Angular WebAPI alt and then click the create button. In here scroll down and choose the angular…

Contents