@intrasoft/auth-core
Version:
A robust and customizable authentication package for Node.js applications, providing JWT-based authentication and token management
32 lines (31 loc) • 724 B
JSON
{
"name": "@intrasoft/auth-core",
"version": "0.0.3",
"description": "A robust and customizable authentication package for Node.js applications, providing JWT-based authentication and token management",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"auth",
"jwt",
"jwt-auth",
"authentication",
"token-management",
"nodejs-auth",
"secure-authentication",
"user-authentication",
"auth-library",
"auth-module",
"jwt-token",
"nodejs-security",
"token-based-authentication"
],
"author": "Intrasoft",
"license": "ISC",
"dependencies": {
"jsonwebtoken": "^9.0.2"
}
}