cjpomer / Identity.MultiTenancy

AspNetCore Identity extended to include support for multitenancy
26 stars 5 forks source link

any chance of a readme or sample #1

Open tbertenshaw opened 8 years ago

tbertenshaw commented 8 years ago

Is there any chance of a sample of its usage or a readme. It looks like a really useful implementation but I'm struggling to get started.

cjpomer commented 8 years ago

Thanks for your interest! I'll try to put something together for you later today.

On Jan 4, 2016, at 4:14 AM, timbo notifications@github.com wrote:

Is there any chance of a sample of its usage or a a readme. It looks like a really useful implementation but im struggling to get started.

— Reply to this email directly or view it on GitHub.

tbertenshaw commented 8 years ago

cheers @cjpomer that would be really useful. Would also be interested to know if a user associated with one tenant could be linked to another tenant also. Similar to stackexchanges setup.

cjpomer commented 8 years ago

Check out the Readme.

I don't think that's possible given this implementation. If you're familiar with the database model, all that's added is a Tenant table and a FK in the User table to the Tenant table.

andrelaf commented 8 years ago

Hello cjpomer. Do you have a sample a project?

JulianMadle commented 8 years ago

Hi cjpomer. This looks like exactly what I need, am porting over a multi-tenant CMS system from ASP.NET 4.5 to Core. I have implemented the code from your readme into my startup.cs file but have loads of errors; do you have a very basic working sample project so that I can figure out what I'm doing wrong? Many thanks.

cjpomer commented 8 years ago

Hi JulianMadle. Everything got wrecked when ASP.net core went 1.0.

I've got it working again but haven't played updates to the git or the nuget.

I'm on vacation this week, but I'll try to update early next week.

Cheers.

On Aug 17, 2016, at 5:32 AM, JulianMadle notifications@github.com wrote:

Hi cjpomer. This looks like exactly what I need, am porting over a multi-tenant CMS system from ASP.NET 4.5 to Core. I have implemented the code from your readme into my startup.cs file but have loads of errors; do you have a very basic working sample project so that I can figure out what I'm doing wrong? Many thanks.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

JulianMadle commented 8 years ago

Fantastic, many thanks - couldn't ask for more! Have a great vacation.