Tuesday 28 March 2017

Using Auth0, Angular and ASPNETCore WebAPI

Auth0 is great for integrating security into your applications.

In this blog we’ll look at how simple it is to setup Auth0 and then create an Angular app that uses it.

1) Go to Auth0.com and setup your account:

image

image

image

2) Now we’ve got our Auth0 account we can setup our ASPNetCore WebAPI:

image

image

You can then download or fork the startup project.

Finally, let’s setup our Angular2 app:

image

Then download or Fork on GitHub (I’m forking on GitHub)

image

If either fail to download or fork you can manually download from here:

https://github.com/auth0-samples/auth0-aspnetcore-webapi-sample

https://github.com/auth0-samples/auth0-angularjs2-systemjs-sample

No comments:

Post a Comment