google_authenticator_auth:来自ruby的与Google Authenticator一起使用的简单类

时间:2024-05-29 01:03:49
【文件属性】:

文件名称:google_authenticator_auth:来自ruby的与Google Authenticator一起使用的简单类

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-29 01:03:49

Ruby

Google身份验证器身份验证 一个简单的类,可与来自ruby的Google Authenticator一起使用。 能与qrcode url / image一起生成一个秘密密钥并生成一次密钥的密码。 另请参见: : 生成密钥 ga = GoogleAuthenticator.new ga.secret_key # => "NINWS2QUIQD2LA2Z" ga.qrcode_url('user@domain.com') # => "otpauth://totp/user@domain.com?secret=NINWS2QUIQD2LA2Z" ga.qrcode_image_url('user@domain.com') # => "https://chart.googleapis.com/chart?chs=350x350&cht=qr&choe=UTF-8&chl=otpaut


【文件预览】:
google_authenticator_auth-master
----README.textile(1KB)
----MIT-LICENSE(1KB)
----lib()
--------google_authenticator_auth.rb(2KB)
----Gemfile(56B)
----google_authenticator_auth.gemspec(920B)
----Rakefile(802B)
----.travis.yml(45B)
----test()
--------test_helper.rb(209B)
--------google_authenticator_auth_test.rb(1KB)
----.gitignore(20B)
----README(968B)

网友评论