leogr/zf2-auth-module

此包已被废弃且不再维护。没有建议的替代包。

ZF2认证服务模块

v0.2.1 2015-04-03 15:18 UTC

This package is not auto-updated.

Last update: 2020-01-20 03:30:54 UTC


README

Latest Stable Version

此ZF2模块提供了一个标准的交互式认证环境配置(基于Zend Framework 2认证,即\Zend\Authentication)。

功能

它提供

  • 一套接口,旨在将您的模型与认证服务连接起来

  • 一个事件驱动的认证过程

  • 一个控制器插件,可以轻松地将交互式认证集成到您的应用程序中

安装

使用composer

将以下内容添加到您的composer.json文件中

"require": {
    "php": ">=5.4",
    "leogr/zf2-auth-module": "~0.1"
}

Analytics