You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.