Download the PHP package verdient/google-authenticator without Composer
On this page you can find all versions of the php package verdient/google-authenticator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download verdient/google-authenticator
More information about verdient/google-authenticator
Files in verdient/google-authenticator
Download verdient/google-authenticator
More information about verdient/google-authenticator
Files in verdient/google-authenticator
Vendor verdient
Package google-authenticator
Short Description google authenticator
License MIT
Homepage https://github.com/Verdient/google-authenticator
Package google-authenticator
Short Description google authenticator
License MIT
Homepage https://github.com/Verdient/google-authenticator
Keywords googleauthenticator
Please rate this library. Is it a good library?
Informations about the package google-authenticator
GoogleAuthenticator
谷歌验证器
创建验证器实例
生成密钥
获取绑定数据
首先准备基础数据
前端生成二维码
$data
为用于生成二维码的数据,可将$data
和$secret
一起返回给前端,由前端根据$data
生成二维码并展示秘钥 $secret
来应对二维码扫描不了的情况
后端生成二维码
$data
为生成好的二维码URI,前端直接<img src="${data}">
就可以了
推荐使用前端生成二维码
验证
验证器每
30
秒为一个窗口,如果$window
为0
, 则在窗口交替的时候会有验证不通过的问题 比如当前窗口的验证码为1
,前一窗口的验证码为2
,后一窗口的验证码为3
则在$window
为0
时,只有1
可以通过验证 而在$window
为1
时,1
,2
,3
都可以通过验证 以此类推
All versions of google-authenticator with dependencies
PHP Build Version
Package Version
The package verdient/google-authenticator contains the following files
Loading the files please wait ....