1.3.0 • Published 8 months ago

dpop v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 months ago

DPoP for Web Platform API JavaScript runtimes

OAuth 2.0 Demonstration of Proof-of-Possession at the Application Layer - RFC9449.

💗 Help the project

Dependencies: 0

Documentation

example ESM import

import DPoP, { generateKeyPair } from 'dpop'

example Deno import

import DPoP, { generateKeyPair } from 'https://deno.land/x/dpop/src/index.ts'

Runtime requirements

The supported JavaScript runtimes include ones that

  • are reasonably up to date ECMAScript (targets ES2020, but may be further transpiled for compatibility)
  • support required Web API globals and standard built-in objects
  • These are (not an exhaustive list):
    • Browsers
    • Cloudflare Workers
    • Deno (^1.21.0)
    • Electron
    • Next.js Middlewares
    • Node.js (runtime flags may be needed)
    • Vercel Edge Functions

Out of scope

  • CommonJS
1.3.0

8 months ago

1.2.0

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago

0.7.0

2 years ago

0.6.0

3 years ago

0.5.4

4 years ago

0.5.5

4 years ago

0.5.0-pre.1

4 years ago

0.5.0-pre.2

4 years ago

0.5.0-pre.0

4 years ago

0.5.3

4 years ago

0.5.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.0

4 years ago