文件名称:google-authenticator:Google身份验证器
文件大小:18KB
文件格式:ZIP
更新时间:2024-02-23 19:18:56
php google authentication qrcode two-factor
#Google-Authenticator Google身份验证器 ##用法 ###步骤1-注册申请 $ google = new GoogleAuthenticator (); // Register application echo $ google -> getQRCodeUrl ( 'MyApplicationName' ); // Save secret Key $ secretKey = $ google -> getSecretKey (); ###步骤2-验证码 $ google = new GoogleAuthenticator ( $ secretKey ); // User submit code $ userSubmitCode = '' ; // Verify Code if ( $ google -> verifyCode ( $ userSubmitCode )) { // OK } ##示范
【文件预览】:
google-authenticator-master
----src()
--------Johnstyle()
----example()
--------index.php(4KB)
----LICENSE(34KB)
----README.md(2KB)
----.gitignore(24B)
----composer.json(719B)