summaryrefslogtreecommitdiff
path: root/frontend/lib/auth_types.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor: split auth module into separate files and fix importsdiogo4642025-08-131-0/+13
- Created auth_types.ts for type definitions - Created auth_shared.ts for utility functions and endpoints - Updated auth.ts to focus on session management - Fixed all auth import statements throughout codebase - Updated login redirect to use Auth_tinyauth_public_endpoint properly 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>