auth0 / auth0-aspnet-owin

Auth0 ASP.NET 4.5 Owin/Katana Authentication Handler
MIT License
46 stars 50 forks source link

Handle errors from the Rules system. #8

Closed robertmclaws closed 10 years ago

robertmclaws commented 10 years ago

Solves issue https://github.com/auth0/auth0-aspnet-owin/issues/7

siacomuzzi commented 10 years ago

Thanks Robert! I'll let you know when NuGet package is ready.

robertmclaws commented 10 years ago

Thanks! Can you please make sure you add the source to the .NuSpec file, and compile it with the -sources flag, so the source gets pushed to SymbolSource for debugging? :)

siacomuzzi commented 10 years ago

Done. Current version is now 0.4.7.

nuget push Auth0-ASPNET-Owin.nupkg

Pushing Auth0-ASPNET-Owin 0.4.7 to the NuGet gallery (https://www.nuget.org)...
Your package was pushed.

Pushing Auth0-ASPNET-Owin.symbols 0.4.7 to the symbol server (http://nuget.gw.symbolsource.org/Public/NuGet)...
Your package was pushed.
robertmclaws commented 10 years ago

Sweet, thanks man. Have you looked at the other pull requests in here? The Async one looked pretty smart...

siacomuzzi commented 10 years ago

this one https://github.com/auth0/auth0-aspnet-owin/pull/1 ??

It's already updated: https://github.com/auth0/auth0-aspnet-owin#customizing-the-claims-identity

robertmclaws commented 10 years ago

Oh, ok cool. You should close the PR then ;)