security:Nice 应用程序的简单安全组件

时间:2024-07-23 00:03:16
【文件属性】:

文件名称:security:Nice 应用程序的简单安全组件

文件大小:18KB

文件格式:ZIP

更新时间:2024-07-23 00:03:16

PHP

安全 Nice 应用程序的简单安全组件。 。 安装 使用安装 nice/security 包。 从您的项目根目录,运行: composer require nice/security:1.0.x-dev 此命令会将 nice/security 包添加到您的composer.json ,然后安装必要的文件。 用法 nice/security 包括一个默认的验证器, Nice\Security\Authenticator\SimpleAuthenticator 。 这个身份验证器使用 PHP 5.5 API,回退到 PHP 5.4 上的 ircmaxell 的库。 在使用 nice/security 之前,您必须对密码进行哈希处理。 这可以通过包含的hashpass.php实用程序来完成。 hashpass.php完整源代码: <?php (@ include_once __


【文件预览】:
security-master
----.gitignore(35B)
----src()
--------Extension()
--------Security()
----bin()
--------hashpass(61B)
--------hashpass.php(356B)
----.travis.yml(86B)
----LICENSE(1KB)
----composer.json(655B)
----README.md(1KB)
----tests()
--------Extension()
--------Security()
----phpunit.xml.dist(871B)

网友评论