refactor: update OTP system to support user-specific verification tables with legacy encryption and multi-role authentication.
This commit is contained in:
@@ -42,4 +42,10 @@ return [
|
||||
|
||||
// Secret Salt
|
||||
'secret_salt_parent' => env('SECRET_SALT_PARENT', ''),
|
||||
|
||||
// Wallet Security
|
||||
'wallet_jwt_secret' => env('WALLET_JWT_SECRET'),
|
||||
'wallet_hmac_secret' => env('WALLET_HMAC_SECRET'),
|
||||
'wallet_allowed_audiences' => explode(',', env('WALLET_ALLOWED_AUDIENCES', '')),
|
||||
'fp_pepper' => env('FP_PEPPER', ''),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user