Skip to content

diegonzls/NHibernate.AspNet.Identity.MultiTenant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

NHibernate.AspNet.Identity.Multitenant

Simple multi-tenant solution.

About this

This is a multi-tenant solution that uses as a based the popular NHibernate.AspNet.Identity library.

How it works

The way that the library has been extended to support multi-tenancy is by adding a new property to the IdentityUser that identifies to which tenant the user belongs to.

Keep in mind

The reason why I call it a simple multi-tenant solution is because a single email address can only belong to a single tenant. Many will agree and disagree that this is not a multi-tenant solution, however I think that this is at least the most simple solution to achieve multi-tenancy.

Version of parent repo when forked

2.2.1

Packages

No packages published

Languages

  • C# 82.3%
  • JavaScript 12.4%
  • HTML 3.2%
  • PLSQL 1.1%
  • Batchfile 0.5%
  • CSS 0.4%
  • Classic ASP 0.1%