zendframework / zend-expressive-authentication
1.1.0
2019-03-05 17:50 UTC
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
仓库已弃用 2019-12-31
此仓库已迁移至 mezzio/mezzio-authentication。
zend-expressive-authentication 为 Expressive 和 PSR-7 应用提供中间件,用于通过消费者或第三方提供的适配器进行 HTTP 请求的身份验证。
安装
您可以使用 composer 安装 zend-expressive-authentication 库
$ composer require zendframework/zend-expressive-authentication
文档
在线浏览文档:https://docs.zendframework.com/zend-expressive-authentication/。