Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 471 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 471 Bytes

Got tired of writing auth for all my personal projects and building this to reuse it. nothing more

  • This repository contains an authentication server built with Node.js, Express.js, and JWT (JSON Web Tokens) for managing user authentication and role-based access control. The server includes functionalities such as user login, registration, token generation, role verification, and more.

Tech-stack

  • Express with typescript
  • Drizzle-orm
  • Postgresql