has_secure_passkey 0.2.4 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 454c83b4e39463d50421490b08ae415c3538c48893f906694a85096dc1408416
|
4
|
+
data.tar.gz: 5daa39a346b5640b2d0ea26ecb41a235d9aa0b7283cc122d272fc08cd840c67e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f93a4448b35f0048fc6729c508fc60da3f087e539f56cfb1663f3da009b7b17331f1c34f39dad1f456488694ce49aec046e25110c67df795d39c685416cb1ca
|
7
|
+
data.tar.gz: eef21668eefe42c5b77551c8e1899a85973233586ec49ffc87ea0516e075ea82ff70d6e493f7c46e5ecfddcc6d35882fa3d2399db489ec5d281d2f59ba51c1e3
|
@@ -19,8 +19,7 @@ class HasSecurePasskey::OptionsForCreate
|
|
19
19
|
|
20
20
|
def message
|
21
21
|
self.class.verifier.generate(
|
22
|
-
{ challenge:, options:,
|
23
|
-
authenticatable: authenticatable.as_json(only: %i(email_address webauthn_id)) }.as_json
|
22
|
+
{ challenge:, options:, authenticatable: authenticatable.as_json }.as_json
|
24
23
|
)
|
25
24
|
end
|
26
25
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: has_secure_passkey
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Pezza
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 2025-01-25 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rails
|
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
105
|
- !ruby/object:Gem::Version
|
106
106
|
version: '0'
|
107
107
|
requirements: []
|
108
|
-
rubygems_version: 3.6.
|
108
|
+
rubygems_version: 3.6.2
|
109
109
|
specification_version: 4
|
110
110
|
summary: Add passkey support to Rails
|
111
111
|
test_files: []
|