Clean up authentication troubleshooting artifacts
All checks were successful
Build And Push Image / docker (push) Successful in 3m1s
All checks were successful
Build And Push Image / docker (push) Successful in 3m1s
- Remove debug files: debug-login.js, LOGIN_FIX_SUMMARY.md, CUSTOM_LOGIN_IMPLEMENTATION.md - Remove sequential-thinking directory (temporary MCP setup) - Clean up verbose console logging in auth middleware - Reduce debug output in direct login API while keeping essential logs - Streamline session management logging - Update .gitignore to prevent future debug file commits - Maintain essential error logging and security logs All authentication functionality remains intact and working.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -34,3 +34,11 @@ node_modules
|
||||
# Local data directories
|
||||
data/
|
||||
logs/
|
||||
|
||||
# Debug files and troubleshooting artifacts
|
||||
debug-*.js
|
||||
*.debug.log
|
||||
LOGIN_FIX_*.md
|
||||
CUSTOM_*_IMPLEMENTATION.md
|
||||
troubleshooting/
|
||||
sequential-thinking/
|
||||
|
||||
Reference in New Issue
Block a user