We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cf1eb commit 933e5faCopy full SHA for 933e5fa
1 file changed
src/backend/src/utils/auth.utils.ts
@@ -24,7 +24,8 @@ export const prodHeaders = [
24
'XMLHttpRequest',
25
'X-Auth-Token',
26
'Client-Security-Token',
27
- 'organizationId'
+ 'organizationId',
28
+ 'carId'
29
];
30
31
// middleware function for production that will enforce jwt authorization
0 commit comments