fabik / HttpAuthExtension

Simple Nette ConfiguratorExtension for HTTP authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HttpAuthExtension

Installation:

composer require "uestla/http-auth-extension":"*"

Usage as simple as possible:

config.neon:

extensions:
	httpAuth: HttpAuthExtension\HttpAuthExtension

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

About

Simple Nette ConfiguratorExtension for HTTP authentication


Languages

Language:PHP 100.0%