Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-identity

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?

Identity Server 4 - Resource Owner Password Grant and Google Authentication

Warning: The foreign key property 'ApplicationUserRole.RoleId1' was created in shadow state

Cannot access a disposed context instance

ASP.NET Core Identity in a Web API

How to sign out a user in ASP.NET Core Identity

UserManager.FindByEmailAsync returns null, but the user exists in the database

ASP.NET Core Identity - Creating user "manually" and providing password hash - How to generate hash correctly?