BACK

API

Identity API

Identity API

About

API responsible for user registration, authentication, and permission-based authorization.


Objective

  • Demonstrate login + refresh token flow
  • Protect routes using JWT
  • Control access through permissions (RBAC)
  • Serve as a base for learning and testing

Stack

  • Node.js + TypeScript
  • Express
  • Prisma + PostgreSQL
  • Zod (validation)