Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 291 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 291 Bytes

HttpAuthExtension

Installation:

composer require uestla/http-auth-extension

Configuration:

config.neon:

extensions:
	httpAuth: HttpAuthExtension\HttpAuthExtension

httpAuth:
	username: 'admin'
	password: '***'
	title: 'Frontend authentication' # [optional]