auth0 / auth0-aspnetcore

Auth0 with ASP.NET 5
21 stars 9 forks source link

Changes: #10

Open facundopoblete opened 8 years ago

facundopoblete commented 8 years ago

.Net Core version: 1.0.0-preview1-002700

$ cd examples/WebApi-RS256-Sample/ $ dotnet restore $ dotnet build src/WebApi-RS256-Sample

jerriep commented 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 :)

sirkirby commented 8 years ago

@facundopoblete have you be able to test against the RC2 release that dropped last week?

jerriep commented 8 years ago

@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