Open facundopoblete opened 8 years ago
Thank you for this @facundopoblete
I am going to ask however that we hold off until the RC2 bits are released later this week or next week. At that point if you can confirm that your code is still working against the released RC2 bits, I will gladly accept the PR :)
@facundopoblete have you be able to test against the RC2 release that dropped last week?
@facundopoblete and @sirkirby I am developing a complete set of samples for ASP.NET Core. You can find them over here: https://github.com/auth0-samples?utf8=%E2%9C%93&query=aspnetcore
I am also developing some extension methods to help with middleware registration and a Tag helper for Lock which is currently in the dev branch of this repo (https://github.com/auth0/auth0-aspnetcore/tree/dev)
To use the extension methods you can look at this repo: https://github.com/auth0-samples/auth0-aspnetcore-extensions
.Net Core version: 1.0.0-preview1-002700
$ cd examples/WebApi-RS256-Sample/ $ dotnet restore $ dotnet build src/WebApi-RS256-Sample