Fix: Add Tripz-Wallet to allowed audiences

This commit is contained in:
Hamza-Ayed
2026-04-24 01:00:08 +03:00
parent 93b57d2ece
commit 555b6a261f

View File

@@ -61,6 +61,6 @@ return [
// Wallet Security
'wallet_jwt_secret' => env('WALLET_JWT_SECRET'),
'wallet_hmac_secret' => env('WALLET_HMAC_SECRET'),
'wallet_allowed_audiences' => explode(',', env('WALLET_ALLOWED_AUDIENCES', '')),
'wallet_allowed_audiences' => explode(',', env('WALLET_ALLOWED_AUDIENCES', 'Tripz-Wallet')),
'fp_pepper' => env('FP_PEPPER', ''),
];