Skip to content

npmtest/node-npmtest-openid-client

Repository files navigation

npmtest-openid-client

basic test coverage for openid-client (v1.8.1) npm package travis-ci.org build-status

OpenID Connect Relying Party (RP, Client) implementation for Node.js servers, supports passportjs

NPM

git-branch : alpha
coverage : istanbul-coverage
test-report : test-report
build-artifacts : build-artifacts

istanbul-coverage

test-report

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "Filip Skokan"
    },
    "bugs": {
        "url": "https://github.com/panva/node-openid-client/issues"
    },
    "dependencies": {
        "base64url": "^2.0.0",
        "create-error-class": "^3.0.2",
        "got": "^6.3.0",
        "lodash": "^4.13.1",
        "lru-cache": "^4.0.1",
        "node-jose": "^0.9.4",
        "oidc-token-hash": "^1.0.0",
        "uuid": "^3.0.0"
    },
    "description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js servers, supports passportjs",
    "devDependencies": {
        "chai": "^3.5.0",
        "co-mocha": "^1.1.3",
        "eslint": "^3.0.0",
        "eslint-config-airbnb-base": "^11.0.0",
        "eslint-plugin-import": "^2.0.1",
        "istanbul": "^0.4.4",
        "koa": "^2.2.0",
        "koa-body": "^2.0.0",
        "koa-ejs": "^4.0.0",
        "koa-router": "^7.1.1",
        "koa-session": "^5.0.0",
        "mocha": "^3.0.0",
        "nock": "^9.0.0",
        "readable-mock-req": "^0.2.2",
        "sinon": "^2.1.0",
        "timekeeper": "^1.0.0"
    },
    "directories": {},
    "dist": {
        "shasum": "640f416f8c3597f46a3da5b31102f9406509381d",
        "tarball": "https://registry.npmjs.org/openid-client/-/openid-client-1.8.1.tgz"
    },
    "engines": {
        "node": ">=4"
    },
    "files": [
        "lib"
    ],
    "gitHead": "3bc13540b6c90f5eb7445b25fa9c24ea41fac358",
    "homepage": "https://github.com/panva/node-openid-client",
    "keywords": [
        "openid",
        "connect",
        "client",
        "relying",
        "party",
        "oidc",
        "auth",
        "authentication",
        "identity",
        "oauth",
        "passport",
        "passportjs",
        "strategy",
        "certified",
        "dynamic",
        "config",
        "basic",
        "hybrid",
        "implicit",
        "oauth2"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "maintainers": [
        {
            "name": "panva"
        }
    ],
    "name": "openid-client",
    "optionalDependencies": {},
    "repository": {
        "type": "git",
        "url": "git+https://github.com/panva/node-openid-client.git"
    },
    "scripts": {
        "coverage": "make coverage",
        "lint": "eslint lib example test",
        "test": "make test"
    },
    "version": "1.8.1",
    "bin": {}
}

misc

  • this document was created with utility2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published