unreal-chat/apps/web/src
Juan Sebastian Montoya f9c6230101 feat: improve authentication and cookie management
- Updated Docker and Turbo configuration to include more environment variables
- Modified API configuration to support dynamic cookie and CORS settings
- Enhanced user authentication flow with optional device ID and automatic generation
- Refactored login, register, and logout resolvers to handle device management
- Updated GraphQL schema to make device ID optional
- Improved web application logout and authentication handling
- Simplified client-side GraphQL mutations for login and registration
2025-03-10 00:41:39 -05:00
..
assets refactor: migrate from Next.js to SolidJS and GraphQL 2025-03-04 01:08:52 -05:00
components feat: improve authentication and cookie management 2025-03-10 00:41:39 -05:00
lib feat: improve authentication and cookie management 2025-03-10 00:41:39 -05:00
types refactor: migrate from Next.js to SolidJS and GraphQL 2025-03-04 01:08:52 -05:00
App.css feat: enhance chat room UI with user avatars and message improvements 2025-03-07 01:06:31 -05:00
App.tsx feat: improve authentication and cookie management 2025-03-10 00:41:39 -05:00
index.css refactor: migrate from Next.js to SolidJS and GraphQL 2025-03-04 01:08:52 -05:00
index.tsx feat: improve authentication and cookie management 2025-03-10 00:41:39 -05:00
vite-env.d.ts Feature/Use fastify instead of express (#1) 2025-03-06 19:15:56 -05:00