https://github.com/imarjunshrma/next-auth-api
https://github.com/imarjunshrma/next-auth-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imarjunshrma/next-auth-api
- Owner: imarjunshrma
- Created: 2023-07-23T12:37:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T12:50:48.000Z (almost 3 years ago)
- Last Synced: 2026-01-02T00:25:10.843Z (6 months ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
- Node.js: https://nodejs.org (LTS version recommended)
- MongoDB: https://www.mongodb.com/try/download/community (Community Edition)
## Getting Started
1. Clone this repository to your local machine:
```bash
git clone
```