UNPKG

@afnank19/express-auth-helper

Version:

Helper functions for rolling your own auth with bcrypt, jwts and expressjs

25 lines (24 loc) 555 B
{ "name": "@afnank19/express-auth-helper", "version": "0.0.2", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "url": "https://github.com/afnank19/express-auth-helpers" }, "keywords": [ "express", "auth", "jwts" ], "author": "Afnan Khalid", "license": "MIT", "description": "Helper functions for rolling your own auth with bcrypt, jwts and expressjs", "dependencies": { "bcryptjs": "^2.4.3", "jsonwebtoken": "^9.0.2" } }