openiddict / openiddict-core

Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
https://openiddict.com/
Apache License 2.0
4.36k stars 510 forks source link

Remove the internal NWebSec package #116

Closed kevinchalet closed 8 years ago

kevinchalet commented 8 years ago

We currently use an internal version of NWebSec that works with RC2. We should remove it when the official package is available on NuGet.org.

kevinchalet commented 8 years ago

Done: https://github.com/openiddict/openiddict-core/commit/657634c13e10517a56ceff611ae111dc11464eee

Note: NWebsec.AspNetCore.Middleware currently requires .NET Standard 1.5 so OpenIddict.Security had to be updated to target netstandard1.5 instead of netstandard1.4. I will keep an eye on the NWebsec packages and update OpenIddict.Security if we get a new version compatible with netstandard1.4.

damccull commented 8 years ago

Yay!