-
Notifications
You must be signed in to change notification settings - Fork 266
Multitenancy
Thang Chung edited this page Jul 27, 2021
·
8 revisions
- We would like to port some of the functionality of backpack (its demo at https://demo.backpackforlaravel.com/) which included
basic CRUD
,authentication management
,CMS
,menu
, andnews
- Basic authentication and authorization can be found at
- https://github.com/DmitrySikorsky/AspNetCoreCustomUserManager
- .NET
- Django
- Laravel
- Go
- Nodejs
- Some of the differences between ACL (access control list) and ACE (access control expression)
- We would like to investigate and design multiple brands for the store app. See https://github.com/spree/spree#key-features
- Some of the articles about design this kind of app
- See how can they build the module system: https://github.com/mirumee/saleor/tree/master/saleor, and see the dashboard, look interesting as well https://demo.saleor.io/dashboard/
- https://github.com/Finbuckle/Finbuckle.MultiTenant/blob/develop/docs/Authentication.md
- https://github.com/autofac/Autofac.AspNetCore.Multitenant
- https://github.com/wizsolucoes/Wiz.Multitenant.Core
- https://github.com/dementcore/MultiTenantKit/blob/abb727c595/Core/MultiTenantKit/Core/Enumerations/Enumerations.cs
- https://github.com/davidikin45/Autofac.AspNetCore.Extensions <= good one
- https://github.com/dotnet/aspnetcore/blob/main/src/Identity/ApiAuthorization.IdentityServer/samples/ApiAuthSample/appsettings.Development.json
- https://github.com/dotnet/aspnetcore/blob/v5.0.1/src/Identity/ApiAuthorization.IdentityServer/samples/ApiAuthSample/Controllers/
- https://www.slideshare.net/MIchsanRahardianto/full-isolation-in-multitenant-saas-with-kubernetes-and-istio <= isolation on infrastructure with istio and gateway