Flask-Tenants / flask-tenants

Multitenancy solution using Flask, SQLAlchemy, and PostgreSQL. Please join our Discord server at https://discord.gg/3AV2GkcB2Q.
MIT License
5 stars 4 forks source link

Subdomains of tenant-scoped routes are not currently supported. #10

Closed therealwokewok closed 1 month ago

therealwokewok commented 2 months ago

Currently, subdomain processing grabs the first value after splitting by "." and this will not support a situation where you want to use a base domain of example.com and also support a subdomain setup like blog.tenant1.example.com.

therealwokewok commented 1 month ago

After thinking about this issue, it's not really an issue.