jmleroux/zf-simple-auth

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.1) of this package.

Minimalistic authentication module

v1.1 2016-12-08 21:55 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:22:43 UTC


README

[Master Branch Build Status] (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