web_authn:Ruby中的W3C Web身份验证API(又名WebAuthN FIDO 2.0)RP库

时间:2021-05-24 09:39:38
【文件属性】:
文件名称:web_authn:Ruby中的W3C Web身份验证API(又名WebAuthN FIDO 2.0)RP库
文件大小:30KB
文件格式:ZIP
更新时间:2021-05-24 09:39:38
fido webauthn fido2 webauth web-authentication 网络认证 Ruby中的W3C Web身份验证API(又名WebAuthN / FIDO 2.0)RP库 安装 将此行添加到您的应用程序的Gemfile中: gem 'web_authn' 然后执行: $ bundle 或将其自己安装为: $ gem install web_authn 用法 context = WebAuthn . context_for ( client_data_json , # NOTE: URL-safe Base64 encoded origin : request . base_url , challenge : session [ :challenge ] , ) if context . registration? context . verify! ( attestation_object # URL-safe Bas
【文件预览】:
web_authn-master
----.travis.yml(85B)
----bin()
--------console(344B)
--------setup(131B)
----Rakefile(400B)
----Gemfile(164B)
----samples()
--------authentication_response.rb(2KB)
--------concept.rb(823B)
--------registration_response.rb(1KB)
----web_authn.gemspec(1KB)
----VERSION(5B)
----.rspec(53B)
----spec()
--------web_authn_spec.rb(1KB)
--------support()
--------authenticator_data()
--------context()
--------spec_helper.rb(264B)
----.gitignore(113B)
----lib()
--------web_authn.rb(797B)
--------web_authn()
----README.md(3KB)
----LICENSE.txt(1KB)

网友评论