composer require uestla/http-auth-extension
config.neon:
extensions:
httpAuth: HttpAuthExtension\HttpAuthExtension
httpAuth:
username: 'admin'
password: '***'
title: 'Frontend authentication' # [optional]
Simple Nette ConfiguratorExtension for HTTP authentication
composer require uestla/http-auth-extension