oauth2-passkey 0.6.1

OAuth2 and Passkey authentication library for Rust web applications
Documentation
1
2
3
4
5
6
7
8
mod core;
mod none;
mod packed;
mod tpm;
mod u2f;
mod utils;

pub(crate) use core::{extract_aaguid, verify_attestation};