Skip to content

Latest commit

 

History

History

httpauth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Http Authentication plugin

Config

After installiation in plugins system, you can change default config

    [
        'allowedIps' => ['127.0.0.1', '127.0.0.2'],
        'users' => [
            'admin' => '123456',
        ]
    ];

Thanks