文件名称:two-factor:两要素认证
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-21 07:55:59
two-factor google-authenticator oath-totp 2fa oath-hotp
两因素 kelunik/two-factor是Google Authenticator兼容的OATH实现。 要求 PHP 5.5以上 安装 composer require kelunik/two-factor 演示版 该存储库中包含一个。 用法 为每个用户生成一个秘密 $ oath = new Oath ; // this generates a key in binary format $ key = $ oath -> generateKey (); // store key for user 让用户设置两个因素的设备 $ oath = new Oath ; $ key = "..." ; // load user key from storage // Use the URI to provide an easy to scan QR code $ uri = $ oath ->
【文件预览】:
two-factor-master
----src()
--------Oath.php(5KB)
----examples()
--------demo.php(844B)
----LICENSE(1KB)
----README.md(2KB)
----composer.json(712B)