refactor(auth): remove GET /users/me endpoint and related exports

This commit is contained in:
2026-04-23 18:16:46 -04:00
parent e7aad33682
commit 1aac03c2dc
10 changed files with 1 additions and 815 deletions
-3
View File
@@ -1,6 +1,5 @@
/**
* Zen Authentication — server barrel.
* Client components live in @zen/core/features/auth/components.
* Server actions live in @zen/core/features/auth/actions.
*/
@@ -39,8 +38,6 @@ export {
generateId
} from './password.js';
export { protect, checkAuth, requireRole } from './protect.js';
export {
registerAction,
loginAction,