@digicatapult/tsoa-oauth-express
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -7,2 +7,3 @@ "use strict"; | ||
exports.OauthError = void 0; | ||
exports.default = mkExpressAuthentication; | ||
const jsonwebtoken_1 = __importDefault(require("jsonwebtoken")); | ||
@@ -87,3 +88,2 @@ const jwks_rsa_1 = __importDefault(require("jwks-rsa")); | ||
} | ||
exports.default = mkExpressAuthentication; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@digicatapult/tsoa-oauth-express", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Authentication handler for TSOA using OAuth2 JWT tokens", | ||
@@ -33,3 +33,3 @@ "main": "build/index.js", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.14.6", | ||
"@types/node": "^20.14.7", | ||
"chai": "^5.1.1", | ||
@@ -43,3 +43,3 @@ "depcheck": "^1.4.7", | ||
"tsoa": "^6.3.1", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.5.2" | ||
}, | ||
@@ -46,0 +46,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24740