zendframework/zend-expressive-authentication-oauth2

此包已被弃用且不再维护。作者建议使用mezzio/mezzio-authentication-oauth2包代替。

Expressive和PSR-7应用程序的OAuth2(服务器)身份验证中间件。

2.0.0 2019-12-28 20:52 UTC

README

仓库弃用日期:2019-12-31

此仓库已迁移至mezzio/mezzio-authentication-oauth2

Build Status Coverage Status

Zend-expressive-authentication-oauth2是Expressive和PSR-7应用程序的中间件,提供OAuth2服务器进行身份验证。

此库使用league/oauth2-server包实现OAuth2服务器,支持以下所有授权类型:

  • 客户端凭证;
  • 密码;
  • 授权码;
  • 隐式;
  • 刷新令牌;

安装

您可以使用composer安装zend-expressive-authentication-oauth2

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

文档

在线浏览文档:https://docs.zendframework.com/zend-expressive-authentication-oauth2/

支持