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

20c500c · Sep 28, 2018

History

66 Commits
Sep 28, 2018
Jul 25, 2018
Jul 25, 2018
Nov 8, 2017
Nov 8, 2017
Sep 28, 2018
Sep 28, 2018
Nov 8, 2017
Nov 8, 2017
Sep 28, 2018
Sep 28, 2018
Sep 28, 2018
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.