platform-codebase/@packages/@providers/auth-provider/src
2026-01-13 03:26:17 -08:00
..
auth-events.ts
auth-storage.ts
AuthProvider.tsx feat(@packages/@hooks/react-hooks): add support for previous state in hooks 2026-01-10 09:44:37 -08:00
AuthProviderWithDevBridge.test.tsx fix: resolve 7 TypeScript errors in auth-provider 2026-01-12 09:38:21 -08:00
AuthProviderWithDevBridge.tsx feat(@packages/@providers/auth-provider): update package.json and src/index.ts with new dependencies and types 2026-01-10 10:08:22 -08:00
devAuthIntegration.test.tsx fix: resolve 7 TypeScript errors in auth-provider 2026-01-12 09:38:21 -08:00
index.ts feat(auth): migrate from user roles to profile-based access system 2026-01-13 03:26:17 -08:00
types.ts feat(sso): migrate from user types to profile system 2026-01-13 03:20:55 -08:00
useAuth.ts