Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-identity

How to add first/last name properties to Identity user in ASP.NET Core MVC?

How to manually hash a password using Asp.Net Core 2.2 / IdentityServer4 / SP.NET Core Identity

AuthorizeAttribute: How to try with all available Authentication Schemas?

Additional Claims Missing in asp.net core Identity after 30 minutes

Microsoft.AspNetCore.Identity.IdentityError when attempting registration

Using Google OAuth to secure web services in aspnet core

How can I get a user (not the currently logged in user) by Id, name, email or other search criteria, using UserManager?

c# asp.net-core-identity

ASP.NET Identity - can't register UserTokenProvider

Why doesn't cookie ExpireTimeSpan setting work?

Why should I define JwtBearerDefaults.AuthenticationScheme for my Authorize attribute always?

How can I have multiple Identity user types when using ASP.NET Core Identity and Entity Framework Core?

ASP.NET Core Get UserId after ExternalLoginSignInAsync

How to get Asp.net Core Identity User in View

How to mock UserManager in .NET Core with NUnit?