Closed arieradle closed 8 years ago
Hi @arieradle that reference is indeed required because the Auth0AccountController
class which is added by the package requires it.
If this is a problem for you I can create a new NuGet package which includes only the OWIN middleware and will therefore required less dependencies.
Please let me know if this is required by you.
I would like to have such NuGet.
OK, I will create one for you ;)
10x :smile: The second issue with System.Web dependency is also important for pure OWIN platform independent architecture.
You can use https://www.nuget.org/packages/Auth0-ASPNET-Owin-Libs/ for using just the OWIN middleware
The project has reference to Microsoft.Owin.Host.SystemWeb. It is referenced and used only by the test project.
This dependency is redundant, please remove it.