Security:3 Fix HMAC handshake, generate API keys in Google Login, and relax JWT issuer
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user