https://github.com/typeofweb/jose-bug-reproduction
https://github.com/typeofweb/jose-bug-reproduction
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/typeofweb/jose-bug-reproduction
- Owner: typeofweb
- Created: 2024-02-19T09:25:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T22:53:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T07:17:08.391Z (about 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JOSE Node.js / Browser discrepancy reproduction
Steps to reproduce:
1. `pnpm install`
2. Run `node src/node.mjs` – expected result is `OK`
3. Run `pnpm dev` – wait for Cloudflare Worker to start
4. In another terminal, run `curl http://localhost:3000` – you'll see `ERR_JWS_INVALID`