ublaboo/simple-http-auth

Extension for Nette Framework: set user, password and presenters names to secure and they will be secured via simple http authentification

v2.0.0 2019-08-20 19:44 UTC

This package is auto-updated.

Last update: 2024-03-21 18:54:36 UTC


README

Build Status Latest Stable Version License Total Downloads Gitter

SimpleHttpAuth

1, Install via composer

composer require ublaboo/simple-http-auth

2, Register extension in config.neon:

extensions:
	simpleHttpAuth: Ublaboo\SimpleHttpAuth\DI\SimpleHttpAuthExtension

3, Tell which presenters shoul be secured (in case no presenter name given, all presenters are secured). Format - Module:Module:Presenter:

simpleHttpAuth:
	username: admin
	password: rbxpmYsPB6RSlqMIUV8i
	presenters: [Front:Admin] # Secure presenter class App\FrontModule\Presenters\AdminPresenter