auth0-aspnetcore icon indicating copy to clipboard operation
auth0-aspnetcore copied to clipboard

Changes:

Open facundopoblete opened this issue 8 years ago • 3 comments

.Net Core version: 1.0.0-preview1-002700

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

facundopoblete avatar May 10 '16 20:05 facundopoblete

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

jerriep avatar May 11 '16 01:05 jerriep

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

sirkirby avatar May 23 '16 15:05 sirkirby

@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

jerriep avatar May 23 '16 23:05 jerriep