test: enhance security module with comprehensive token validation and rate limiting tests
- Expanded TokenManager test suite with advanced token encryption and decryption scenarios - Added detailed rate limiting tests with IP-based tracking and window-based expiration - Improved test coverage for token validation, tampering detection, and error handling - Implemented mock configurations for faster test execution - Enhanced security test scenarios with unique IP addresses and edge case handling
This commit is contained in:
@@ -73,4 +73,7 @@ temp/
|
||||
.storage/
|
||||
.cloud/
|
||||
*.db
|
||||
*.db-*
|
||||
*.db-*
|
||||
.cursor/
|
||||
.cursor*
|
||||
.cursorconfig
|
||||
Reference in New Issue
Block a user