uestla/http-auth-extension

Simple frontend HTTP Authenticator extension for Nette Framework

2.0.1 2023-10-22 19:17 UTC

This package is auto-updated.

Last update: 2024-04-22 20:19:08 UTC


README

Installation:

composer require uestla/http-auth-extension

Configuration:

config.neon:

extensions:
	httpAuth: HttpAuthExtension\HttpAuthExtension

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