UNPKG

authentic-client

Version:

The client component of Authentic. This helps interact with an `authentic-server` so that you can easily signup, confirm, login, and change-password for users. It will also help send tokens to microservices that require authentication.

39 lines (38 loc) 1.14 kB
{ "name": "authentic-client", "version": "3.0.1", "description": "The client component of Authentic. This helps interact with an `authentic-server` so that you can easily signup, confirm, login, and change-password for users. It will also help send tokens to microservices that require authentication.", "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": { "is-url-superb": "^2.0.0", "wildemitter": "^1.2.0" }, "directories": { "example": "example" }, "devDependencies": { "authentic-server": "^2.0.0", "authentic-service": "0.0.0", "level-mem": "^0.18.0", "standard": "^5.4.1", "tape": "^4.2.2" }, "repository": { "type": "git", "url": "git+https://github.com/davidguttman/authentic-client.git" }, "bugs": { "url": "https://github.com/davidguttman/authentic-client/issues" }, "homepage": "https://github.com/davidguttman/authentic-client#readme" }