1.4.1 • Published 1 year ago

dpop v1.4.1

Weekly downloads
4
License
MIT
Repository
github
Last release
1 year 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.4.1

1 year ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.7.0

3 years ago

0.6.0

4 years ago

0.5.4

5 years ago

0.5.5

5 years ago

0.5.0-pre.1

5 years ago

0.5.0-pre.2

5 years ago

0.5.0-pre.0

5 years ago

0.5.3

5 years ago

0.5.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.4.0

5 years ago