Security:3 Fix HMAC handshake, generate API keys in Google Login, and relax JWT issuer

This commit is contained in:
Hamza-Ayed
2026-04-24 16:41:18 +03:00
parent 2540bef154
commit 5b5d97b1f3
4 changed files with 32 additions and 11 deletions

View File

@@ -93,7 +93,6 @@ class OtpController extends Controller
'token' => $encOtp,
'expiration_time' => $expiration,
'verified' => 0,
'datecreated' => now(), // V1 legacy style
]);
} catch (\Exception $e) {
\Log::error("OTP Send Error ($table): " . $e->getMessage());