- Added constants for session management in `auth.ts`.
- Created an authentication guard middleware in `02.auth-guard.ts` to protect API routes.
- Introduced caching mechanism in `00.cache.ts` and `01.context.ts` for improved performance.
- Developed user authentication context in `context.ts` to manage user sessions.
- Implemented cookie handling functions in `cookie.ts` for session management.
- Added error handling for authentication in `errors.ts`.
- Enhanced user authentication logic in `index.ts` with session creation and validation.
- Created captcha service for user registration and login in `captcha` directory.
- Established configuration management with error handling in `config` directory.
- Added utility functions for admin role verification and API route allowlisting.
- Implemented rate limiting to prevent abuse of API endpoints.
- Added user authentication functionality including login, registration, and session management.
- Integrated captcha for login and registration processes to enhance security.
- Created API endpoints for user actions: login, logout, register, and fetching user session.
- Implemented middleware for route protection based on user authentication status.
- Introduced composables for managing authentication state and global configuration.
- Updated TopNav component to reflect user login status and provide navigation links accordingly.
- Added database schema for user sessions and application configurations.
- Added a new photo gallery page with a responsive masonry layout.
- Implemented infinite scrolling to load more photo cards dynamically.
- Created various card components for different content types (text, image, portfolio, etc.).
- Enhanced user experience with loading animations and responsive design adjustments.
- Updated styles for improved visual presentation and accessibility.