passkey-authenticator 0.0.1

A webauthn authenticator supporting passkeys.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["1Password"]
categories = ["authentication"]
description = "A webauthn authenticator supporting passkeys."
edition = "2021"
include = ["src/", "../LICENSE-APACHE", "../LICENSE-MIT"]
keywords = ["passkey", "webauthn", "fido2", "passwordless", "ctap"]
license = "MIT OR Apache-2.0"
name = "passkey-authenticator"
readme = "README.md"
repository = "https://github.com/1Password/passkey-rs"
resolver = "1"
version = "0.0.1"