Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity-3

MVC6 Identity3 - How to create common User Accounts for multiple WebApps

What code in ASP.NET Identity sets the user's security stamp?

Changing Identity 3.0 table names in ASP.NET Core MVC6 not working

Problems with Identity.TwoFactorRememberMe and updated user SecurityStamp

asp.net-identity-3

Back button issue in MVC 6 after login and logout

How to check if AspNetUser satisfies condition before PasswordSignInAsync?

ASP.NET Identity 3 cookie authentication not working as expected

Email cannot be null or empty while creating new user?

Validate JWT token in C# using JWK

UserValidator in Microsoft.AspNet.Identity vnext

userManager.CreateAsync System.ObjectDisposedException was unhandled

vNext. AspNet.Identity and custom UserStore. UserStore disposed exception

web api - asp.net identity token expires even for the subsequent request

JWT bearer tokens w/ ASP.NET Identity 3

How can I change the table names used by asp.net identity 3 (vnext)?

Can we extend HttpContext.User.Identity to store more data in asp.net?