oidc-provider
Version:
OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect
97 lines (96 loc) • 2.1 kB
JSON
{
"name": "oidc-provider",
"version": "9.4.0",
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
"keywords": [
"appauth",
"auth",
"authentication",
"authorization",
"basic",
"certified",
"ciba",
"config",
"connect",
"device flow",
"dpop",
"dynamic",
"express",
"fapi",
"fastify",
"hapi",
"hybrid",
"identity",
"implicit",
"jar",
"jarm",
"koa",
"mtls",
"oauth 2.0",
"oauth 2.1",
"oauth",
"oauth2",
"oidc",
"openid",
"par",
"pkce",
"provider",
"server"
],
"homepage": "https://github.com/panva/node-oidc-provider",
"repository": "panva/node-oidc-provider",
"funding": {
"url": "https://github.com/sponsors/panva"
},
"license": "MIT",
"author": "Filip Skokan <panva.ip@gmail.com>",
"type": "module",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"format": "eslint lib example certification test docs --fix",
"test": "node ./test/run",
"test-ci": "node ./test/ci"
},
"dependencies": {
"@koa/cors": "^5.0.0",
"@koa/router": "^13.1.1",
"debug": "^4.4.1",
"eta": "^3.5.0",
"jose": "^6.0.12",
"jsesc": "^3.1.0",
"koa": "^3.0.0",
"nanoid": "^5.1.5",
"oidc-token-hash": "^5.1.0",
"quick-lru": "^7.0.1",
"raw-body": "^3.0.0"
},
"devDependencies": {
"@fastify/middie": "^9.0.3",
"@hapi/hapi": "^21.4.0",
"@koa/ejs": "^5.1.0",
"base64url": "^3.0.1",
"chai": "^5.2.1",
"desm": "^1.3.1",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-redos": "^4.5.0",
"express": "^5.1.0",
"fastify": "^5.4.0",
"helmet": "^8.1.0",
"koa-body": "^6.0.1",
"koa-mount": "^4.2.0",
"lodash": "^4.17.21",
"mocha": "^11.7.1",
"moment": "^2.30.1",
"openid-client": "^6.6.2",
"selfsigned": "^2.4.1",
"sinon": "^21.0.0",
"supertest": "^7.1.3",
"timekeeper": "^2.3.1",
"undici": "^7.11.0"
}
}