Using JWT tokens to secure multi-tenant applications.
As a SaaS or consumer app developer, securing your multi-tenant data application is one of your main tasks. Propel offers a simple, yet powerful, solution using Access Policies and JWT tokens.
The resulting token is safe to use in frontend code.
You can include multiple tenant-specific values in the token if needed.
By following this approach, you can efficiently secure your multi-tenant application, ensuring that each customer only accesses their own data while minimizing the overhead of policy management.