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

https://github.com/snehamgithub/frontend-user-authentication

Frontent User Authentication
https://github.com/snehamgithub/frontend-user-authentication

axios react-router-dom reatctjs

Last synced: 10 days ago
JSON representation

Frontent User Authentication

Awesome Lists containing this project

README

          

# User Authentication System

This project is a simple user authentication system built with React and Vite, providing essential authentication features like registration, login, password reset, and forgot password.

## Overview
This project is a basic user authentication system that includes functionality for user registration, login, password reset, and forgot password. It is built with React and uses Vite as the build tool, enabling fast development and optimized production builds.

## Features
- User Registration
- User Login
- Forgot Password
- Password Reset

## Usage
The application provides routes for:
- `/login`: User login page
- `/register`: User registration page
- `/forgot-password`: Forgot password page
- `/reset-password`: Password reset page

# Postman Collection

You can test these API endpoints using Postman. The following link provides a Postman collection that contains all the necessary endpoints for registration, login, forgot password, and password reset functionalities.

[Postman Collection for Password Reset API](https://documenter.getpostman.com/view/39168825/2sAY4vgND2)