Skip to content

Commit

Permalink
Add Publically-Verifiable tokens limitations in README
Browse files Browse the repository at this point in the history
These token verifications are not supported in browsers. Surface this
limitation in the README.
  • Loading branch information
thibmeu authored and armfazh committed May 13, 2024
1 parent 50c08c1 commit 003265c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 003265c

Please sign in to comment.