Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 684 Bytes

File metadata and controls

20 lines (11 loc) · 684 Bytes

Next.js Authentication API Project

This project aims to create a secure authentication API using Next.js, JSON Web Tokens (JWT), bcrypt for hashing passwords, and mongoose for creating models to interact with a MongoDB database. With this API, you can implement user registration (signup) and login functionality with enhanced security features.

Prerequisites

Before running this project, ensure you have the following installed:

Getting Started

  1. Clone this repository to your local machine:
git clone <repository_url>