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

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up Auth0

Setting up Auth0

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

Start my 1-month free trial

Setting up Auth0

- [Instructor] We have setup all the features in our app. Now the users can add, update, delete and view all their trips. But we still do not know who the users are. For that, we are going to use Auth0 to implement authentication. So let us go to https://www.auth0.com to setup the Auth0 account. Now in here, if you don't have an account, you can signup for a free one by clicking this Sign Up button. I already have an account, so I'll just log in. For that, go to Log In button, and then in here, I can either use my credentials if I have created an account using email and password, or I can use one of the providers. So I'll use GitHub because I signed up using my GitHub account. And now you see that I'm redirected to the dashboard of the Auth0. Now in here, we need to first create an application that we are going to use to authenticate users from our app. For that, click the Create Application button, and then…

Contents