An open API service indexing awesome lists of open source software.

https://github.com/zendframework/zend-expressive-authentication-zendauthentication

zend-authentication adapter for zend-expressive-authentication.
https://github.com/zendframework/zend-expressive-authentication-zendauthentication

Last synced: 10 days ago
JSON representation

zend-authentication adapter for zend-expressive-authentication.

Awesome Lists containing this project

README

          

# zend-expressive-authentication-zendauthentication

> ## Repository abandoned 2019-12-31
>
> This repository has moved to [mezzio/mezzio-authentication-laminasauthentication](https://github.com/mezzio/mezzio-authentication-laminasauthentication).

[![Build Status](https://secure.travis-ci.org/zendframework/zend-expressive-authentication-zendauthentication.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-expressive-authentication-zendauthentication)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-expressive-authentication-zendauthentication/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-expressive-authentication-zendauthentication?branch=master)

This library provides a [zend-authentication](https://docs.zendframework.com/zend-authentication)
adapter for use with [zend-expressive-authentication](https://docs.zendframework.com/zend-expressive-authentication).

## Installation

Run the following to install this library:

```bash
$ composer require zendframework/zend-expressive-authentication-zendauthentication
```

## Documentation

Documentation is [in the doc tree](docs/book/), and can be compiled using [mkdocs](http://www.mkdocs.org):

```bash
$ mkdocs build
```

You may also [browse the documentation online](https://docs.zendframework.com/zend-expressive-authentication-zendauthentication/).