mmillican / Bidster

Simple bidding system built on ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-tenancy

mmillican opened this issue · comments

  • domain.com/tenant (opted for tenant.domain.com for now)
  • Manage users per event
  • Customize theme per tenant?
  • Email config per tenant

Basic tenant support is complete and relevant events data is filtered to the proper tenant.

Basic tenant settings have also been implemented as a test and POC for how they could look going forward.

Closing as multi-tenant support has been moved for now.