An open API service indexing awesome lists of open source software.

https://github.com/eyuuab/user_authentication_nodejs

Basic User Authentication System
https://github.com/eyuuab/user_authentication_nodejs

authentication express mongodb nodejs

Last synced: 2 months ago
JSON representation

Basic User Authentication System

Awesome Lists containing this project

README

          

## Overview

This project is a full-stack authentication system built with React for the frontend and Node.js for the backend. It supports user registration, login, token-based authentication, and token verification.

## Features

- **User Authentication**: Users can register and log in using their email and password.
- **Token Management**: Access and refresh tokens are used for secure user authentication.
- **Token Verification**: Automatically verifies the current access token on a dedicated route.
- **Token Refresh**: Allows the access token to be refreshed using a refresh token.