auth0 / auth0-aspnet-owin

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

Auth0.Owin does not have a strong name. #10

Closed StephaneBischoff closed 9 years ago

StephaneBischoff commented 9 years ago

Auth0.Owin does not have a strong name. this is a serious issue as I cannot build my project.

Got the package from NuGet Id: Auth0-ASPNET-Owin version 0.6.2

StephaneBischoff commented 9 years ago

Just created a pull request

dschenkelman commented 9 years ago

Hey @StephaneBischoff,

Thanks for the contribution!

Since there are some problems with strong naming and open source (some detailed here) we really don't want to strong name the assembly by default.

What we recommend you to do is build from source and strong name the assembly for your project if you absolutely must. This could be a fork that provides strong naming or just signing the assembly for your own use.

Thanks,