Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiziano88/webauthn-rs


https://github.com/tiziano88/webauthn-rs

2fa authentication authorization rust u2f web webauthn

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# WebAuthn

*WARNING*: This crate is experimental and *not ready for production use*; it
does not currently implement any of the necessary crypto and does not provide
any authentication guarantees.

The webauthn crate provides [Rocket](https://rocket.rs/) handlers to implement a
[Relying Party](https://www.w3.org/TR/webauthn/#webauthn-relying-party)
supporting passwordless or two-factor authentication using security keys
according to the [Web Authentication](https://www.w3.org/TR/webauthn/)
specification.