mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- Introduced an explicit tenant ID parameter in the AuthProvider to allow for tenant-specific authentication. - Updated the createAuthForEndpoint method to utilize the explicit tenant ID when provided. - Added a new method, getAuthForTenant, to facilitate fetching authentication for a specific tenant. - Updated related services to use the new tenant-specific authentication logic. - Added pg-native as a dependency and updated pnpm-lock.yaml accordingly. Signed-off-by: Innei <tukon479@gmail.com>
30 lines
584 B
YAML
30 lines
584 B
YAML
packages:
|
|
- apps/**/*
|
|
- packages/*
|
|
- packages/*/*
|
|
- be
|
|
- be/packages/*
|
|
- be/apps/*
|
|
|
|
catalog:
|
|
'@egoist/tailwindcss-icons': 1.9.0
|
|
'@iconify-json/mingcute': 1.2.5
|
|
'@t3-oss/env-core': 0.13.8
|
|
'@tailwindcss/postcss': 4.1.17
|
|
'@tailwindcss/typography': 0.5.19
|
|
dotenv-expand: 12.0.3
|
|
tailwind-scrollbar: 4.0.2
|
|
tailwind-variants: 3.2.2
|
|
tailwindcss: 4.1.17
|
|
tailwindcss-animate: 1.0.7
|
|
tailwindcss-safe-area: 1.2.0
|
|
tailwindcss-uikit-colors: 1.0.0
|
|
typescript: 5.9.3
|
|
zod: 4.1.13
|
|
|
|
onlyBuiltDependencies:
|
|
- esbuild
|
|
- libpq
|
|
- puppeteer
|
|
- simple-git-hooks
|