uestla/http-auth-extension

Simple frontend HTTP Authenticator extension for Nette Framework

Installs: 1 833

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 3

Forks: 4

pkg:composer/uestla/http-auth-extension

2.0.1 2023-10-22 19:17 UTC

This package is auto-updated.

Last update: 2025-09-22 23:36:49 UTC


README

Installation:

composer require uestla/http-auth-extension

Configuration:

config.neon:

extensions:
	httpAuth: HttpAuthExtension\HttpAuthExtension

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