You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue with anonymous user which caused bad request due to antiforgery token validation
Authentication cookie & ASP.NET Identity options (including lockout) now can be configured in appsettings.json (and Azure app service settings) - #110, e163db9
Fixed password confirmation check on reset password form