jmleroux / zf-simple-auth
Minimalistic authentication module
Installs: 126
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/jmleroux/zf-simple-auth
Requires
- php: >=5.3.3
- zendframework/zendframework: ~2.2
Requires (Dev)
- phpunit/phpunit: ~3.7
- satooshi/php-coveralls: ^1.0
This package is not auto-updated.
Last update: 2020-01-24 15:22:43 UTC
README
[]
(http://travis-ci.org/jmleroux/zf-simple-auth)
A minimalistic authentication module.
I use this module when i need to test my developments in authenticated mode with ZendSkeletonApplication.
Not for use in production, but useful in dev.
It provides a form to log in and out with a basic ZendSkeletonApplication.
Initially used for testing ZfcRbac, the identity is provided with simples roles.
Installation
- Add dependency in your composer.json
- Add 'ZfSimpleAuth' in application.config.php
- Copy zf-simple-auth.local.php.dist to your config/autoload/zf-simple-auth.local.php
- Configure users in config/autoload/zf-simple-auth.local.php