Skip to content

Commit 2e5d745

Browse files
tkolzerknom
authored andcommitted
added ENV variable for the auth roles delimiter
1 parent 3cbbf80 commit 2e5d745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,6 @@
196196
'auth_roles_header' => env('AUTH_ROLES_HEADER', 'remote-groups'),
197197
'auth_roles_http_header' => env('AUTH_ROLES_HTTP_HEADER', 'HTTP_REMOTE_GROUPS'),
198198
'auth_roles_admin' => env('AUTH_ROLES_ADMIN', 'admin'),
199-
'auth_roles_delimiter' => ',',
199+
'auth_roles_delimiter' => env('AUTH_ROLES_DELIMITER', ','),
200200

201201
];

0 commit comments

Comments
 (0)