Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 297 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 297 Bytes

Auth Tools

A tool to be used as a help for RSA key pair generation and JWT generation & verification and password hashing & hash verification using bcrypt.

Installation

Install necessary packages with npm.

  npm install

Usage

Run the project.

npm run dev