Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
Clarifies which folders are maintained in the fork. Also includes a link
to `cherry-picking-history.md`.
  • Loading branch information
kikuomax committed Nov 24, 2024
1 parent b90dc41 commit 4278fa6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
🚨🚨 **This fork is maintained by a [sole developer](https://github.com/kikuomax), neither verified nor validated independently.
I highly recommend you use the [original version](https://github.com/kanidm/webauthn-rs).**
I highly recommend you using the [original version](https://github.com/kanidm/webauthn-rs).**
This fork removes the dependency on OpenSSL and uses pure Rust cryptograhic libraries mostly provided by [Rust Crypto](https://github.com/RustCrypto).
This change is opposing to the [original author's intention](./webauthn-rs-core/README.md#why-openssl).
Please also note that only the following folders have been maintained so far:
- [`webauthn-rs`](./webauthn-rs)
- [`webauthn-rs-core`](./webauthn-rs-core)
- [`webauthn-proto-rs`](./webauthn-rs-proto): no OpenSSL dependency
- [`attestation-ca`](./attestation-ca)
- [`device-catalog`](./device-catalog)
- [`webauthn-rs-error`](./webauthn-rs-error): newly introduced in this fork

I will occasionally cherry-pick the [upstream](https://github.com/kanidm/webauthn-rs) commits to this fork.
You can see the history of cherry-picking in [`cherry-picking-history.md`](./cherry-picking-history.md).

Webauthn-rs
==========
Expand Down

0 comments on commit 4278fa6

Please sign in to comment.