UNPKG

credifyauth

Version:

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`.

20 lines (12 loc) 558 B
# 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 ```bash npm install credifyauth