tiziano88 / webauthn-rs

MIT License
4 stars 1 forks source link

State of this crate #2

Open senden9 opened 5 years ago

senden9 commented 5 years ago

Hi!

What is the state of this crate? Is it useable? Asking because I possible want to start an small (toy) project that could use webauthn.

Code pieces like https://github.com/tiziano88/webauthn-rs/blob/518d63adec2f76d794b50efc25e51635a583215e/src/lib.rs#L67-L72 let me think about the completeness of this crate.

Firstyear commented 5 years ago

@senden9 It looks like the library doesn't currently implement the crypto operations either, so I would think it's not ready yet. I'm currently working on my own rust webauthn project and noticed this.