lion/authentication
最新稳定版本:v6.0.1
Composer 安装命令:
composer require lion/authentication
包简介
Library to add 2FA security.
README 文档
README
🚀 Lion-Authentication Library to authenticate users with the 2FA method.
📖 Features
✔️ Generate security codes.
✔️ Generate QR codes.
📦 Installation
Install the authentication using Composer:
composer require lion/authentication pragmarx/google2fa-qrcode bacon/bacon-qr-code
Usage Example
use Lion\Authentication\Auth2FA; $auth2fa = new Auth2FA(); $qr = $auth2fa->qr('company_name', 'company_email', 200); // default size of 400
📝 License
The authentication is open-sourced software licensed under the MIT License.
统计信息
- 总下载量: 723
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-03