UNPKG

@harmonyjs/controller-auth-session

Version:

Authentication controller for Harmony using Session

40 lines (39 loc) 850 B
{ "name": "@harmonyjs/controller-auth-session", "description": "Authentication controller for Harmony using Session", "version": "1.0.1", "license": "ISC", "files": [ "dist-*/", "bin/" ], "pika": true, "sideEffects": false, "keywords": [ "Authentication", "Session", "Harmony", "HarmonyJS" ], "repository": { "type": "git", "url": "https://github.com/jvdsande/harmonyjs.git" }, "dependencies": { "@harmonyjs/server": "^2.0.0", "@types/cookie": "^0.3.3", "fastify-cookie": "^3.6.0", "fastify-session": "^3.3.0", "memorystore": "^1.6.2" }, "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": {} }