Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-identity

How can I get a refresh-token from Google OAUTH in ASP.Net Core 5 Identity?

UserManager<User> does not find a existing user in database asp.net core Identity

CustomRequestCultureProvider: context.User.Identity.IsAuthenticated is always false

Auto logout after Docker deployment in ASP.NET Core MVC Identity

How to add a IdentityUser IdentityResult error in ASP.Net Core for a unique email address

Identity server 4 and user permissions

What are the schemes and the handlers and how are they related?

Unhandled Rejection (Error): Could not load settings for 'WebPortal' - ASP.NET Core React

JS get cookie ASP.NET Core Identity

Missing assembly reference—but I believe the package is properly referenced

ASP.NET Core Identity & Cookies

SignInManager.IsSignedIn(User) versus User.Identity.IsAuthenticated

asp.net core identity Multiple users from BaseApplicationUser

Access Identity Password Options after Configure Services

Store does not implement IUserRoleStore<TUser> UserManager<TUser>.GetUserRoleStore() ASP.NET Core MVC 3

What is the purpose of UserManager methods like GetPhoneNumberAsync(IdentityUser user), when the desired properties can be pulled from user object?

Asp.Net Core 3 Identity - Custom Claims not present in JWT from browser

Custom Identity User class with one-to-many relationship creates extra column in database

Add Collection to user object in ASP.NET Core with Identity