4bb0a2929c
- Add a CBOR decoder - Add public key credential options - Add COSE key decoder - Add authenticator attestation and assertion - Add credentials - Add exclude_credentials
8 lines
107 B
Ruby
8 lines
107 B
Ruby
module ActionPack::WebAuthn
|
|
class << self
|
|
def relying_party
|
|
RelyingParty.new
|
|
end
|
|
end
|
|
end
|