Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

HTTP Basic Authentication adapter for zend-expressive-authentication.

License

Notifications You must be signed in to change notification settings

zendframework/zend-expressive-authentication-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

033d29f · Dec 13, 2017

History

15 Commits
Nov 9, 2017
Nov 9, 2017
Nov 9, 2017
Nov 8, 2017
Nov 8, 2017
Nov 8, 2017
Dec 13, 2017
Nov 8, 2017
Nov 8, 2017
Dec 13, 2017
Dec 13, 2017
Nov 9, 2017
Nov 8, 2017
Nov 8, 2017

Repository files navigation

zend-expressive-authentication-basic

Build Status Coverage Status

This library provides an HTTP Basic authentication adapter for zend-expressive-authentication, and thus PSR-7 middleware applications.

Installation

Run the following to install this library:

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

Documentation

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

$ mkdocs build

You may also browse the documentation online.