Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

Restrict access to certain API controllers in Swagger using Swashbuckle and ASP.NET Identity

prevent users without confirmed email from logging in ASP.Net MVC with Identity 2

Check if a password is valid using ASP.NET Identity 2

asp.net asp.net-identity

Best practice for storing ASP.NET Core Authorization claims when authenticating users against Active Directory?

Adding external login with Identity Server 4 and ASP.NET Identity

Identity cookie loses custom claim information after a period of time

Restrict access until user has confirmed email link

Why is ResetPasswordAsync not working?

ASP.NET Core - Add role claim to User

ASP .NET Core Identity default authentication vs JWT authentication

How to configure confirmation email token lifespan in asp.net core mvc

HttpContext.GetOwinContext().GetUserManager<AppRoleManager>() return null

Regex for default ASP.NET Core Identity Password

Verify newly entered password of logged in user

How to store authentication bearer token in browser cookie using AngularJS

Working with return url in asp.net core

aspnet identity invalid token on confirmation email

How to change authentication cookies after changing UserName of current user with asp.net identity

Using IdentityServer vs creating custom JWT based authentication

How to use Asp.Net Core Identity in Multi-Tenant environment