uestla/http-auth-extension

Nette 框架的简单前端 HTTP 认证扩展

2.0.1 2023-10-22 19:17 UTC

This package is auto-updated.

Last update: 2024-09-22 21:11:46 UTC


README

安装

composer require uestla/http-auth-extension

配置

config.neon

extensions:
	httpAuth: HttpAuthExtension\HttpAuthExtension

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