MultiTenant | Blog | PropelAuth
MultiTenant Posts
Articles and insights about MultiTenant from the PropelAuth team.
React/FastAPI Starter Guide
This guide walks through the process of setting up authentication using PropelAuth on top of a product built in FastAPI & React.
Read more
Building a Multi-Tenant App with FastAPI, SQLModel, and PropelAuth
Building a multi-tenant (sometimes also known as B2B) product can be a trickier than building for consumers. Instead of handling users as individuals,...
Read more
React/Python + Chalice Starter App
In this guide, we’ll build an example B2B application in React where users can sign up, login, manage their accounts, and view organization and member...
Read more
React/Flask Starter App
In this guide, we’ll build an example B2B application in React where users can sign up, login, manage their accounts, and view organization and member...
Read more
React/Express Starter App
In this guide, we’ll build an example B2B application in React where users can sign up, login, manage their accounts, and view organization and member...
Read more
Adding Multi-Account Support to Your Product
When starting a startup, the initial focus is usually on getting your product into peoples hands as quickly as possible. You want to cut any features ...
Read more
Next.js Multi-Tenant Starter Application
In this guide, we’ll build an example B2B application in Next.js where users can sign up, login, manage their accounts, and view organization and memb...
Read more
React Hooks for Multi-Tenancy and Authorization w/ PropelAuth
Say you built a SaaS application for restaurants to track information about their orders. There are multiple people at the restaurants who need access...
Read more
Serverless Multi-Tenant Python Apps Made Easy with Chalice and PropelAuth
Serverless functions are very powerful but historically have a poor developer experience. Chalice allows us to quickly deploy API routes with very lit...
Read more
Custom Organization Naming
When users sign up for your product, do they sign up as individuals or in groups? If you are building a B2B product, they likely sign up in groups alo...
Read more