zendframework/zend-expressive-authentication
Authentication middleware for Expressive and PSR-7 applications
Maintainers
Package info
github.com/zendframework/zend-expressive-authentication
pkg:composer/zendframework/zend-expressive-authentication
Requires
- php: ^7.1
- psr/container: ^1.0
- psr/http-message: ^1.0.1
- psr/http-server-middleware: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7.0.2
- roave/security-advisories: dev-master
- zendframework/zend-coding-standard: ~1.0.0
Suggests
- ext-pdo: *: for use with the PDO-backed UserRepositoryInterface implementation
- zendframework/zend-expressive-authentication-basic: Provides an HTTP Basic Authentication AuthenticationInterface implementation
- zendframework/zend-expressive-authentication-session: Provides a username/password + session AuthenticationInterface implementation
- zendframework/zend-expressive-authentication-zendauthentication: Provides a zend-authentication AuthenticationInterface implementation
Provides
None
Conflicts
Replaces
None
BSD-3-Clause d602ab47649cd550ffc9c745cb6de862d6c8a862
httpAuthenticationZendFrameworkmiddlewarezfpsr-7zend-expressivepsr-15
This package is auto-updated.
Last update: 2020-01-28 19:23:36 UTC
README
Repository abandoned 2019-12-31
This repository has moved to mezzio/mezzio-authentication.
👁 Build Status
👁 Coverage Status
zend-expressive-authentication provides middleware for Expressive and PSR-7 applications for the purpose of authenticating HTTP requests using consumer- or third-party-provided adapters.
Installation
You can install the zend-expressive-authentication library with composer:
$ composer require zendframework/zend-expressive-authentication
Documentation
Browse the documentation online at https://docs.zendframework.com/zend-expressive-authentication/.
