Hello,
This is a great project. However, it seems that IdentityOptions have move on and no longer have the Cookies extension.
Any thoughts on how to solve this?
var id = new ClaimsIdentity(Options.Cookies.ApplicationCookieAuthenticationScheme,
Options.ClaimsIdentity.UserNameClaimType,
Options.ClaimsIdentity.RoleClaimType);
Regards,
Daniel
Hello,
This is a great project. However, it seems that IdentityOptions have move on and no longer have the Cookies extension.
Any thoughts on how to solve this?
Regards,
Daniel