Loading...
FastStaq ships role-based access control so you can give the right people the right access without scattering permission checks across your code.
Out of the box FastStaq includes roles such as:
A user has a primary role and can also carry role assignments, so the system behaves consistently across the legacy role field and the multi-role assignments.
pnpm --filter @faststaq/server create-admin you@example.com --role OWNER
Promotions are written to the audit log.
To introduce a new role or permission:
Because checks reference the registry, you change access in one place rather than hunting through controllers.
Open a support ticket for help designing your role model.
Sign in to leave feedback on this article.