feat: implement short-lived grant system for OTP verification and enhance rate limiting across authentication endpoints

This commit is contained in:
hamed
2026-06-20 12:51:10 +03:30
parent f9678026a8
commit e2636ce743
11 changed files with 396 additions and 107 deletions
+3
View File
@@ -48,6 +48,9 @@ services:
App\Auth\Controller\AuthController:
arguments:
$sendCodeLimiter: '@limiter.send_code'
$verifyCodeLimiter: '@limiter.verify_code'
$tokenIssueLimiter: '@limiter.token_issue'
$passwordResetLimiter: '@limiter.password_reset'
App\Payment\Gateway\MellatGateway:
arguments: