zendframework / zend-expressive-authentication
Authentication middleware for Expressive and PSR-7 applications
Installs: 240 385
Dependents: 9
Suggesters: 0
Security: 0
Stars: 21
Watchers: 20
Forks: 15
Open Issues: 3
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
Conflicts
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.
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/.