Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity-2

Using UserManager.FindAsync with a custom UserStore

Can web.config httpErrors section and a WebAPI area coexist?

OWIN Bearer Token Authentication

How to get role name for user in Asp.Net Identity

Get ASP.NET Identity Current User In View

ASP.NET Identity: Update external claims after authorization

Url Authorization with MVC and ASP.NET Identity

ASP.NET Identity 2.0 implementation without Entity Framework

asp.net-identity-2

Creating users with no password using ASP.NET Identity

Seed database for Identity 2

c# asp.net-identity-2

Usage of User.IsInRole() in a View

Creating Asp.net Identity user in Seed method of Db Initializer

ApplicationUserManager.Create called on every request

aspnet identity invalid token on confirmation email

Cannot login on ASP.NET Identity 2 site after programmatic user creation

How to use ActiveDirectoryMembershipProvider with ASP.Net Identity?

ASP.NET Identity - custom UserManager, UserStore

What exactly does Owin rememberBrowser do?

Should I separate my application context from ApplicationDbContext used for identity?

Custom ASP.NET Identity 2.0 UserStore - Is implementing all interfaces required?