Blog "Auth0 support for ASP.NET Core" has broken links

Hi There,

the links in blog post, Developing Web Apps with ASP.NET Core 2.0 and React - Part 1 are broken.
I am interested in :
Web API secured with RS256 signed JSON Web Tokens
Extracting a user’s information from a JWT using ASP.NET Core Web API

Can you please provide the updated links?

I am building Angular 2 front-end with .Net Core 2 backend

btw, Auth0 Community, doesn’t work for me as well

thanks

Thanks for the notice - we’re reviewing these.

For “Web API secured with RS256 signed JSON Web Tokens” you can review the ASP.NET Quickstart which demonstrates this:
Auth0 ASP.NET Core Web API SDK Quickstarts: Authorization

For extracting the user’s information, you can review this sample:
https://github.com/auth0-samples/auth0-aspnetcore-webapi-samples/tree/master/Samples/user-info

1 Like