Skip to content

Releases: Arjun-9696/CyberAuth-Utils

v0.0.1 – Initial Release of CyberAuth Utils 🚀

10 Apr 12:13

Choose a tag to compare

CyberAuth Utils 🔐

A lightweight and secure authentication utility library for Node.js, TypeScript, React, and Next.js ecosystems.


📦 v0.0.1 – Initial Release of CyberAuth Utils 🚀

CyberAuth Utils is a lightweight and secure authentication utility library built for Node.js, TypeScript, and frameworks like Next.js.

This release includes all core authentication tools to jumpstart your app development:

✅ Features:

  • 🔐 Password Hashing & Verification using bcrypt
  • 🔑 JWT Token Generation & Validation
  • 🍪 Secure Cookie Setting & Parsing
  • ⚙️ Built-in TypeScript support
  • 📁 Ready for use in Node.js, Express, or Next.js projects

🔧 Installation:

npm install cyberauth-utils
# or
yarn add cyberauth-utils