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

17 tenant scoped requests have a caching issue #18

Closed therealwokewok closed 2 months ago

therealwokewok commented 2 months ago

Fixed the caching issue between tenant-scoped actions. with_db is no longer required. g.db_session is back in play.