UNPKG

authentic-service

Version:

This is the service component of Authentic. This will help decode tokens so that you can authenticate users within a microservice.

44 lines (43 loc) 1.17 kB
{ "name": "authentic-service", "version": "1.0.0", "description": "This is the service component of Authentic. This will help decode tokens so that you can authenticate users within a microservice.", "main": "index.js", "scripts": { "test": "node test/index.js && standard" }, "keywords": [ "authentic", "authentication", "jwt" ], "author": "David Guttman <david@guttman.io> (http://davidguttman.com/)", "license": "MIT", "dependencies": { "async-cache": "^1.1.0", "corsify": "^2.1.0", "jsonist": "^2.1.0", "jsonwebtoken": "^7.4.1", "map-async": "^0.1.1" }, "devDependencies": { "dg-servertest": "^1.2.2", "standard": "^17.1.0", "tape": "^4.6.3" }, "directories": { "example": "example", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/davidguttman/authentic-service.git" }, "bugs": { "url": "https://github.com/davidguttman/authentic-service/issues" }, "contributors": [ "Arandjel Sarenac <arandjel.sarenac@gmail.com> @big-kahuna-burger" ], "homepage": "https://github.com/davidguttman/authentic-service#readme" }