bolt.new/app/lib
ervin remus radosavlevici 3c5db34c66 Add comprehensive security enhancements
- Enhanced encryption system with AES-GCM and PBKDF2
- Added secure authentication system with session management
- Implemented security middleware with headers and rate limiting
- Created secure storage utilities for sensitive data
- Added login system with brute force protection
- Implemented security components (password strength, 2FA)
- Added security utility functions for threat detection

Copyright (c) 2024 Ervin Remus Radosavlevici
2025-05-03 11:58:00 +00:00
..
.server/llm feat: remove authentication (#1) 2024-09-26 17:45:41 +01:00
hooks fix: remove monorepo 2024-09-25 19:54:09 +01:00
persistence fix: remove monorepo 2024-09-25 19:54:09 +01:00
runtime fix(npm): fix hanging shells (#159) 2024-10-07 16:24:29 +02:00
stores feat: remove authentication (#1) 2024-09-26 17:45:41 +01:00
webcontainer feat: remove authentication (#1) 2024-09-26 17:45:41 +01:00
auth.ts Add comprehensive security enhancements 2025-05-03 11:58:00 +00:00
crypto.ts Add comprehensive security enhancements 2025-05-03 11:58:00 +00:00
fetch.ts fix: remove monorepo 2024-09-25 19:54:09 +01:00