This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Split Microsoft.Owin.Security.Cookies.Interop into 2 packages #611
Closed
Description
We'd like to use the ticket serializer and the data protector adapter in the OWIN/Katana version of ASOS, but having a dependency on the cookies middleware is something we'd like to avoid. Separating the cookies extension from the rest of the package would be ideal.
aspnet-contrib/AspNet.Security.OpenIdConnect.Server#188 (comment)
If you agreed with the general idea, I (or @MonkeyJamboree) would be happy to submit a PR. I guess simply creating a new Microsoft.Owin.Security.Interop
package containing the ticket serializer and the data protector would be the best way to go.