feat: Role based access control (#58)

* Format checked, contributing.md update

* Middleware setup

* IAP API, create user/roles in frontend

* RBAC using CASL library

* Switch to CASL, secure search, resource-level access control

---------

Co-authored-by: Wayne <5291640+ringoinca@users.noreply.github.com>
This commit is contained in:
Wei S.
2025-08-21 23:45:06 +03:00
committed by GitHub
parent 2b325f3461
commit 8c33b63bdf
68 changed files with 4277 additions and 543 deletions

View File

@@ -34,8 +34,6 @@ RUN pnpm build
# 2. Production Stage: Install only production dependencies and copy built artifacts
FROM base AS production
# Install production dependencies
# RUN pnpm install --shamefully-hoist --frozen-lockfile --prod=true
# Copy built application from build stage
COPY --from=build /app/packages/backend/dist ./packages/backend/dist