Use two User type classes in Identity

1

How to use 2 classes as User in Identity.

Ex. The site will have an admin area, and will use the default class "ApplicationUser" which generates an Identity "AspNetUsers" table to log in.

In this administration area, these users will be able to register clients that they must inherit from IdentityUser, clients will log in to a completely independent environment.

    
asked by anonymous 11.12.2015 / 03:02

0 answers