UNPKG

@intrasoft/auth-next

Version:

A robust and customizable authentication package for Next.js app (router) applications, providing JWT-based authentication and token management

36 lines (35 loc) 825 B
{ "name": "@intrasoft/auth-next", "version": "0.0.1", "description": "A robust and customizable authentication package for Next.js app (router) 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", "nextjs", "nextjs-auth", "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": { "@intrasoft/auth-core": "^0.0.3", "next": "^15.1.3", "react": "^19.0.0" } }