Skip to content

support jwt without xsuaa ans xssec, and give user much more features with jose

License

Notifications You must be signed in to change notification settings

Soontao/cds-common-jwt-support

Repository files navigation

cds common jwt support

support jwt without xsuaa ans xssec, and give user much more features with jose

node-test codecov npm

Quality Gate Status Security Rating Vulnerabilities

Get Started

simply integrate the cds-common-jwt-support to you CAP nodejs project

npm i -S cds-common-jwt-support jose

package.json

{
  "requires": {
    "auth": {
      "kind": "common-jwt",
      "credentials": {
        "alg": "RS256",
        "public": {
          "spki": "-----BEGIN PUBLIC KEY-----......",
          "x509": "X509 format public key",
          "pkcs8": "PKCS8 format public key",
        }
      }
    },
    "kinds": {
      "common-jwt": {
        "impl": "cds-common-jwt-support"
      }
    }
  }
}

About

support jwt without xsuaa ans xssec, and give user much more features with jose

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •