From 003265cb5155f2f6b316bc59404bc86894ab8d1e Mon Sep 17 00:00:00 2001 From: Thibault Meunier Date: Mon, 13 May 2024 10:34:09 -0700 Subject: [PATCH] Add Publically-Verifiable tokens limitations in README These token verifications are not supported in browsers. Surface this limitation in the README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 173f874..bffff8f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ - Public-Verifiable tokens with Metadata (Partially-Blind-RSA) - Private-Verifiable tokens (VOPRF) +**Usage:** + +We provide examples in the [examples folder](examples). + +### Limitations + +- Public-Verifiable tokens with Metadata verification is not supported in browser environments. This is due to @cloudflare/blindrsa-ts [not supporting them](https://github.com/cloudflare/blindrsa-ts?tab=readme-ov-file#platform-specific-configuration). ### Development