8000 GitHub - lion-packages/authentication: Library to authenticate users in 2 steps
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Library to authenticate users in 2 steps

License

Notifications You must be signed in to change notification settings

lion-packages/authentication

Repository files navigation

🦁 Lion-Authentication

Lion-Packages Logo

Latest Stable Version Total Downloads License PHP Version Require

🚀 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.

0