{"id":15653098,"url":"https://github.com/panva/dpop","last_synced_at":"2025-04-05T17:06:30.196Z","repository":{"id":40003499,"uuid":"246238396","full_name":"panva/dpop","owner":"panva","description":"DPoP for Web Platform API JavaScript runtimes","archived":false,"fork":false,"pushed_at":"2025-02-18T17:29:43.000Z","size":72,"stargazers_count":36,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-29T16:08:18.432Z","etag":null,"topics":["dpop","oauth","oauth2"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panva.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"panva"}},"created_at":"2020-03-10T07:47:31.000Z","updated_at":"2025-02-18T17:29:47.000Z","dependencies_parsed_at":"2023-01-31T01:31:11.322Z","dependency_job_id":"bf1073b6-64dd-483c-a062-63ebf0f1c033","html_url":"https://github.com/panva/dpop","commit_stats":{"total_commits":25,"total_committers":4,"mean_commits":6.25,"dds":0.28,"last_synced_commit":"739fb2e1c7315d3a0b53dbcbc33c36ab88cfcd0f"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Fdpop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Fdpop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Fdpop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panva%2Fdpop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panva","download_url":"https://codeload.github.com/panva/dpop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369952,"owners_count":20927928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dpop","oauth","oauth2"],"created_at":"2024-10-03T12:44:41.170Z","updated_at":"2025-04-05T17:06:30.170Z","avatar_url":"https://github.com/panva.png","language":"TypeScript","funding_links":["https://github.com/sponsors/panva"],"categories":[],"sub_categories":[],"readme":"# DPoP for Web Platform API JavaScript runtimes\n\nOAuth 2.0 Demonstration of Proof-of-Possession at the Application Layer - [RFC9449][].\n\n## [💗 Help the project](https://github.com/sponsors/panva)\n\n## Dependencies: 0\n\n## [Documentation](docs/README.md)\n\n**`example`** ESM import\n\n```js\nimport DPoP, { generateKeyPair } from 'dpop'\n```\n\n**`example`** Deno import\n\n```js\nimport DPoP, { generateKeyPair } from 'https://deno.land/x/dpop/src/index.ts'\n```\n\n## Runtime requirements\n\nThe supported JavaScript runtimes include ones that\n\n- are reasonably up to date ECMAScript (targets ES2020, but may be further transpiled for compatibility)\n- support required Web API globals and standard built-in objects\n  - [Web Crypto API][] and its related globals [crypto][], [CryptoKey][]\n  - [Encoding API][] and its related globals [TextEncoder][], [TextDecoder][]\n  - [btoa][]\n  - [Uint8Array][]\n- These are (not an exhaustive list):\n  - Browsers\n  - Cloudflare Workers\n  - Deno (^1.21.0)\n  - Electron\n  - Next.js Middlewares\n  - Node.js (runtime flags may be needed)\n  - Vercel Edge Functions\n\n## Out of scope\n\n- CommonJS\n\n[web crypto api]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API\n[textdecoder]: https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder\n[textencoder]: https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder\n[btoa]: https://developer.mozilla.org/en-US/docs/Web/API/btoa\n[atob]: https://developer.mozilla.org/en-US/docs/Web/API/atob\n[uint8array]: https://developer.mozilla.org/en-US/docs/Web/API/Uint8Array\n[crypto]: https://developer.mozilla.org/en-US/docs/Web/API/crypto\n[cryptokey]: https://developer.mozilla.org/en-US/docs/Web/API/CryptoKey\n[encoding api]: https://developer.mozilla.org/en-US/docs/Web/API/Encoding_API\n[rfc9449]: https://www.rfc-editor.org/rfc/rfc9449.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanva%2Fdpop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanva%2Fdpop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanva%2Fdpop/lists"}