Maks3w / mezzio-authentication-session

Username/password, session-backed authentication adapter for mezzio-authentication.

Home Page:https://docs.mezzio.dev/mezzio-authentication-session/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mezzio-authentication-session

Build Status Coverage Status

This library provides a mezzio-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 mezzio/mezzio-authentication-session

Documentation

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

$ mkdocs build

You may also browse the documentation online.

About

Username/password, session-backed authentication adapter for mezzio-authentication.

https://docs.mezzio.dev/mezzio-authentication-session/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%