Welcome to django-tenant-users
, the sidekick to django-tenants
that sorts out user management in a multi-tenant Django world. 🚀
Building on the solid foundation of django-tenants
,
django-tenant-users
focuses on the nuances of user management across
tenants. It ensures users can authenticate globally but have permissions
tailored to each specific tenant. In essence, it's the bridge that sorts
out the user stuff in a multi-tenant setup.
🔍 Key Features:
- Global Authentication with Tenant-Specific Permissions: Authenticate once, act based on tenant rules.
- Distinct Schema Permissions: Separate permissions for each tenant a user belongs to.
- Seamless Integration: Works harmoniously with Django's built-in user and permissions frameworks.
- Installation: Dive into our Installation Guide
to get
django-tenant-users
up and running. - Usage: Check out the Using Guide to see how to make the most of the package.
- Core Concepts: If you're curious about the ideas driving our design, the Core Concepts page is a great place to start.
We ❤️ contributions! Whether it's a bug report, a new feature, or feedback on the project, we'd love to hear from you.
django-tenant-users
is open-source and is licensed under the MIT
License.