UNPKG

@harmonyjs/controller-auth-jwt

Version:

Authentication controller for Harmony using JWT

38 lines (37 loc) 770 B
{ "name": "@harmonyjs/controller-auth-jwt", "description": "Authentication controller for Harmony using JWT", "version": "1.0.1", "license": "ISC", "files": [ "dist-*/", "bin/" ], "pika": true, "sideEffects": false, "keywords": [ "Authentication", "JWT", "Harmony", "HarmonyJS" ], "repository": { "type": "git", "url": "https://github.com/jvdsande/harmonyjs.git" }, "dependencies": { "@types/cookie": "^0.3.3", "fastify-cookie": "^3.6.0", "fastify-jwt": "^1.3.1" }, "devDependencies": { "typescript": "^3.7.5" }, "publishConfig": { "access": "public" }, "source": "dist-src/index.js", "types": "dist-types/index.d.ts", "main": "dist-node/index.js", "peerDependencies": {} }