delfi-pkce-auth
Version:
Simple PKCE authentication helper for integrating SLB Delfi OAuth2 into Node.js apps.
33 lines (32 loc) • 784 B
JSON
{
"name": "delfi-pkce-auth",
"version": "2.0.0",
"description": "Simple PKCE authentication helper for integrating SLB Delfi OAuth2 into Node.js apps.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muzza3000/delfi-pkce-auth-npm-package.git"
},
"keywords": [
"slb",
"delfi",
"pkce",
"oauth2",
"authentication",
"jwt",
"nodejs",
"express"
],
"author": "muzza3000",
"license": "MIT",
"bugs": {
"url": "https://github.com/muzza3000/delfi-pkce-auth-npm-package/issues"
},
"homepage": "https://github.com/muzza3000/delfi-pkce-auth-npm-package#readme",
"dependencies": {
"node-fetch": "^2.7.0"
}
}