Metadata


Name
webauthn
Version
3.2.2
Platform
ruby
Authors
Gonzalo Rodriguez
Braulio Martinez
Bindir
exe
Date
2024-11-14 00:00:00 UTC
Dependencies
android_key_attestation (~> 0.3.0)
bindata (~> 2.4)
cbor (~> 0.5.9)
cose (~> 1.1)
openssl (>= 2.2)
safety_net_attestation (~> 0.4.0)
tpm-key_attestation (~> 0.12.0)
base64 (>= 0.1.0, development)
bundler (>= 1.17, < 3.0, development)
byebug (~> 11.0, development)
rake (~> 13.0, development)
rspec (~> 3.8, development)
rubocop (~> 1.9.1, development)
rubocop-rake (~> 0.5.1, development)
rubocop-rspec (~> 2.2.0, development)
Description
WebAuthn ruby server library ― Make your application a W3C Web Authentication conformant Relying Party and allow your users to authenticate with U2F and FIDO2 authenticators.
Email
gonzalo@cedarcode.com
braulio@cedarcode.com
Files
.github/dependabot.yml
.github/workflows/build.yml
.github/workflows/git.yml
.gitignore
.rspec
.rubocop.yml
CHANGELOG.md
CONTRIBUTING.md
Gemfile
LICENSE.txt
README.md
Rakefile
SECURITY.md
bin/console
bin/setup
docs/advanced_configuration.md
docs/u2f_migration.md
lib/cose/rsapkcs1_algorithm.rb
lib/webauthn.rb
lib/webauthn/attestation_object.rb
lib/webauthn/attestation_statement.rb
lib/webauthn/attestation_statement/android_key.rb
lib/webauthn/attestation_statement/android_safetynet.rb
lib/webauthn/attestation_statement/apple.rb
lib/webauthn/attestation_statement/base.rb
lib/webauthn/attestation_statement/fido_u2f.rb
lib/webauthn/attestation_statement/fido_u2f/public_key.rb
lib/webauthn/attestation_statement/none.rb
lib/webauthn/attestation_statement/packed.rb
lib/webauthn/attestation_statement/tpm.rb
lib/webauthn/authenticator_assertion_response.rb
lib/webauthn/authenticator_attestation_response.rb
lib/webauthn/authenticator_data.rb
lib/webauthn/authenticator_data/attested_credential_data.rb
lib/webauthn/authenticator_response.rb
lib/webauthn/client_data.rb
lib/webauthn/configuration.rb
lib/webauthn/credential.rb
lib/webauthn/credential_creation_options.rb
lib/webauthn/credential_entity.rb
lib/webauthn/credential_options.rb
lib/webauthn/credential_request_options.rb
lib/webauthn/credential_rp_entity.rb
lib/webauthn/credential_user_entity.rb
lib/webauthn/encoder.rb
lib/webauthn/error.rb
lib/webauthn/fake_authenticator.rb
lib/webauthn/fake_authenticator/attestation_object.rb
lib/webauthn/fake_authenticator/authenticator_data.rb
lib/webauthn/fake_client.rb
lib/webauthn/json_serializer.rb
lib/webauthn/public_key.rb
lib/webauthn/public_key_credential.rb
lib/webauthn/public_key_credential/creation_options.rb
lib/webauthn/public_key_credential/entity.rb
lib/webauthn/public_key_credential/options.rb
lib/webauthn/public_key_credential/request_options.rb
lib/webauthn/public_key_credential/rp_entity.rb
lib/webauthn/public_key_credential/user_entity.rb
lib/webauthn/public_key_credential_with_assertion.rb
lib/webauthn/public_key_credential_with_attestation.rb
lib/webauthn/relying_party.rb
lib/webauthn/u2f_migrator.rb
lib/webauthn/version.rb
webauthn.gemspec
Homepage
https://github.com/cedarcode/webauthn-ruby
Licenses
MIT
Metadata
{"bug_tracker_uri"=>"https://github.com/cedarcode/webauthn-ruby/issues", "changelog_uri"=>"https://github.com/cedarcode/webauthn-ruby/blob/master/CHANGELOG.md", "source_code_uri"=>"https://github.com/cedarcode/webauthn-ruby"}
Require paths
lib
Required ruby version
>= 2.5
Required rubygems version
>= 0
Rubygems version
3.5.11
Specification version
4
Summary
WebAuthn ruby server library
Original platform
ruby
New platform
ruby