zendframework/zend-expressive-authentication-session

This package is abandoned and no longer maintained. The author suggests using the mezzio/mezzio-authentication-session package instead.

Username/password, session-backed authentication adapter for zend-expressive-authentication.

Installs: 29 485

Dependents: 3

Suggesters: 1

Security: 0

Stars: 5

Watchers: 17

Forks: 12

Open Issues: 2

pkg:composer/zendframework/zend-expressive-authentication-session

1.0.1 2019-06-24 22:03 UTC

README

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-authentication-session.

Build Status Coverage Status

This library provides a zend-expressive-authentication adapter that handles form-based username/password authentication credentials where the user details are subsequently stored in a session.

Installation

Run the following to install this library:

$ composer require zendframework/zend-expressive-authentication-session

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

$ mkdocs build

You may also browse the documentation online.