remove ref to OWin & changes to AspNet.OAuth.Server
This commit is contained in:
parent
19b41ed9f4
commit
c2f4a71137
26 changed files with 7097 additions and 1451 deletions
|
|
@ -29,7 +29,7 @@ namespace Yavsc.Auth
|
|||
{
|
||||
public class MonoDataProtector : IDataProtector
|
||||
{
|
||||
private const string PRIMARY_PURPOSE = "Microsoft.Owin.Security.IDataProtector";
|
||||
private const string PRIMARY_PURPOSE = "IDataProtector";
|
||||
|
||||
private readonly string appName;
|
||||
private readonly DataProtectionScope dataProtectionScope;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue