Implement rate limiting middleware for authentication endpoints, adding security headers middleware, and comprehensive error handling. Enhance validation tests for various DTOs and ensure proper functionality of gacha credits and rolls. Add unit tests for rate limiting and security headers middleware to validate behavior under different conditions.

This commit is contained in:
MythEclipse
2025-10-11 23:23:51 +07:00
parent 789b20c278
commit b6b5f48055
32 changed files with 1734 additions and 163 deletions
+1 -6
View File
@@ -40,9 +40,4 @@ pub use imphnen_utils::{
};
// Re-export public v1 API
pub use v1::{
gacha_claim_router,
gacha_item_router,
gacha_roll_router,
gacha_router,
};
pub use v1::gacha_router;