diff options
author | Matthew Miller <matthew@millerti.me> | 2023-01-03 12:15:15 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-01-03 12:15:15 -0800 |
commit | aed9d2ac948ea88291bca3ab821e8b8d478b699d (patch) | |
tree | 485844403992e71ff27057e776958a14b3994e02 | |
parent | 336a88676058e1468fc1cdde2f4b06a6cb95c80f (diff) |
Update iso-webcrypto README
-rw-r--r-- | packages/iso-webcrypto/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/iso-webcrypto/README.md b/packages/iso-webcrypto/README.md index 3d1c10c..a358ac2 100644 --- a/packages/iso-webcrypto/README.md +++ b/packages/iso-webcrypto/README.md @@ -5,6 +5,8 @@ A small library for accessing a runtime's WebCrypto API. Supports browsers, and Node projects using ESM and/or CommonJS. +**This library is not officially supported for use outside of [SimpleWebAuthn](https://github.com/MasterKale/SimpleWebAuthn)!** + ## Install ```sh |