Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tiziano88/webauthn-rs
- Owner: tiziano88
- License: mit
- Created: 2019-01-09T23:12:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T16:09:32.000Z (over 1 year ago)
- Last Synced: 2024-09-18T02:05:16.428Z (4 months ago)
- Topics: 2fa, authentication, authorization, rust, u2f, web, webauthn
- Language: Rust
- Size: 85.9 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.