Skip to content

Instantly share code, notes, and snippets.

/// This is a copy of [webauthn_rs_core::interface::Credential],
/// but with a more compact serialization implementation.
/// See <https://github.com/kanidm/webauthn-rs/issues/352>
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct SerializableCredential {
cred_id: SerializableCredentialID,
cred: SerializableCOSEKey,
counter: Counter,
transports: Option<Vec<AuthenticatorTransport>>,
user_verified: bool,
## This script can either be used as a script
## $ python3 codaio_export.py [api-token] [dest-dir]
##
## or as a library by importing this into your own python project
## and calling the `export_all_docs` function
##
## Dependencies on pypi packages (those need to be installed with `pip install` first)
## - ensure
## - codaio
##

Keybase proof

I hereby claim:

  • I am smessmer on github.
  • I am smessmer (https://keybase.io/smessmer) on keybase.
  • I have a public key ASBEaapo_6WPPtIQAmByIkCO5NCizUeb2GikkS3gT2NjVgo

To claim this, I am signing this object:

@smessmer
smessmer / # cryfs - 2019-01-12_20-59-41.txt
Created January 13, 2019 05:06
cryfs on macOS 10.14.2 - Homebrew build logs
Homebrew build logs for cryfs on macOS 10.14.2
Build date: 2019-01-12 20:59:41