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
- Host: GitHub
- URL: https://github.com/eyuuab/user_authentication_nodejs
- Owner: eyuuab
- Created: 2024-08-27T18:33:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T09:01:34.000Z (almost 2 years ago)
- Last Synced: 2025-06-13T20:45:55.239Z (about 1 year ago)
- Topics: authentication, express, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 415 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.