Configuration
The library relies on the data layer provided by @digiwedge/access-control-client (Prisma). Ensure the application importing AccessControlModule also imports AccessControlDataModule (this is already done inside AccessControlModule).
Environment Variables
| Variable | Description |
|---|---|
ACCESS_CONTROL_DATABASE_URL | Postgres URL for Access Control |
Optional: queue/logging configs as per backend README.
Cross-cuts
| Package | Purpose |
|---|---|
@digiwedge/audit | Audit logs |
@digiwedge/auth | Guards and AuthUser type |