managarten/packages/shared-auth/src
Wuesteon 26ca921158 feat(auth): add centralized @manacore/better-auth-types package
Create new shared package for Better Auth type definitions:
- UserRole, JWTPayload, CurrentUserData types
- Type guards: isValidUserRole, isValidOrganizationRole
- Utility functions: jwtPayloadToCurrentUser
- userAdditionalFields for client type inference

Migrate shared packages to use centralized types:
- @manacore/shared-auth re-exports from new package
- @manacore/shared-nestjs-auth uses new package as dependency
2025-12-16 02:43:55 +01:00
..
adapters fix(shared-auth): add UUID fallback for HTTP contexts 2025-12-05 04:26:34 +01:00
clients feat(contacts): integrate contacts into Todo and Calendar apps 2025-12-11 18:14:35 +01:00
core ️ fix: resolve all svelte-check a11y warnings across web apps 2025-12-15 19:09:01 +01:00
interceptors 🐛 fix(shared-auth): add automatic token refresh on 401 responses 2025-12-12 20:47:43 +01:00
types ️ fix: resolve all svelte-check a11y warnings across web apps 2025-12-15 19:09:01 +01:00
better-auth-fields.ts feat(auth): add centralized @manacore/better-auth-types package 2025-12-16 02:43:55 +01:00
index.ts feat(auth): add centralized @manacore/better-auth-types package 2025-12-16 02:43:55 +01:00