credifyauth
v1.0.4
Published
A lightweight authentication and JWT utility package built with TypeScript for Node.js and React projects. It includes common methods for generating and verifying JSON Web Tokens (JWT), as well as password hashing using `bcryptjs`.
Maintainers
Readme
credify-auth
A lightweight authentication and JWT utility package built with TypeScript for Node.js and React projects. It includes common methods for generating and verifying JSON Web Tokens (JWT), as well as password hashing using bcryptjs.
✨ Features
- JWT token generation and verification
- Password hashing and comparison
- Works with Node.js and frontend frameworks like React (browser-safe functions)
- Fully written in TypeScript with declaration files
📦 Installation
npm install credifyauth