- 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
9 lines
No EOL
80 B
Text
9 lines
No EOL
80 B
Text
**/dist
|
|
dist
|
|
.env
|
|
.env.local
|
|
.git
|
|
.gitignore
|
|
node_modules
|
|
**/node_modules
|
|
.turbo |