Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity-2

What is the difference between AspNet.Cors and AspNet.WebApi.Cors?

How to Add another Propertys to User.Identity From table AspNetUsers in identity 2.2.1

When will VerifyHashedPassword result be SuccessRehashNeeded

Understanding MVC-5 Identity

Identity 2.0: Creating custom ClaimsIdentity eg: User.Identity.GetUserById<int>(int id) for Per Request Validation

Writing a custom IUserPasswordStore and SignInManager.PasswordSignInAsync in Identity 2.1

asp.net-identity-2

ASP.NET Identity 2.0 Invalid Token Randomly

Cannot insert the value NULL into column 'Discriminator', table '...AspNetUsers'; column does not allow nulls. INSERT fails

Privilege Escalation & Session Hijacking in Identity MVC5

How to add asp.net identity to existing web api project?

ASP.NET Identity 2.0 Authenticate against our own bearer server

Successfully implementing custom UserManager<IUser> in Identity 2.0

ASP.NET Identity Phone Number Token lifespan and SMS limit

ASP.NET Identity verify if ResetPassword token has expired

Identity 2.0 Reset password by Admin

Generating id for Guid-keyed IdentityUser

Password Recovery in ASP.NET MVC5

Include property on ASP.Net Identity 2.0 UserManager.Users.ToListAsync and UserManager.FindByIdAsync

Where does AspnetIdentity stores UserTokens?