mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	New config for custom guard header
This commit is contained in:
		@@ -33,10 +33,11 @@ return [
 | 
			
		||||
    |
 | 
			
		||||
    */
 | 
			
		||||
 | 
			
		||||
    'defaults' => [
 | 
			
		||||
    'defaults'     => [
 | 
			
		||||
        'guard'     => envNonEmpty('AUTHENTICATION_GUARD', 'web'),
 | 
			
		||||
        'passwords' => 'users',
 | 
			
		||||
    ],
 | 
			
		||||
    'guard_header' => envNonEmpty('AUTHENTICATION_GUARD_HEADER', 'REMOTE_USER'),
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user