8000 GitHub - thibmeu/pp-issuer: A TypeScript Issuer for the Privacy Pass Authentication Protocol
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thibmeu/pp-issuer

 
 

Repository files navigation

privacypass-issuer

Privacy Pass Issuer (Draft 16) within Cloudflare Workers. Keys are stored in R2.

Key rotation is manual by calling POST /admin/rotate.

Deploy

npm run deploy:production

Token type

Support:

  • Public-Verifiable tokens (Blind-RSA)

Authentication

All endpoints are public by default. Authentication should be a second layer. Internally, Cloudflare uses Access to protect /admin and /token-request endpoints.

Test token issuance

One can test token issuance locally using npm run test:e2e -- <issuer-name> target. If the issuer uses mTLS (Mutual TLS), you can use npm run test:e2e -- --cert <path> --key <path> <issuer-name>.

License

The project is licensed under the Apache-2.0 License.

About

A TypeScript Issuer for the Privacy Pass Authentication Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.4%
  • JavaScript 5.6%
0