@cs7player/login-lib
v1.0.12
Published
library for login node
Readme
Login Library for Node.js
A lightweight authentication library for Node.js applications using MongoDB, JWT, and PBKDF2 for secure user login and token handling.
🔧 Features
- 🔐 Password hashing with PBKDF2
- 📦 Token-based authentication using JWT
- 🗄️ User data stored in MongoDB
- ✅ Simple integration into existing Node.js projects
🛠️ Installation
npm install @cs7player/login-lib