https://github.com/bashkir777/emailverificationimplementation
Implementation of email verification and JWT-based authentication for secure user login and registration
https://github.com/bashkir777/emailverificationimplementation
bootstrap5 docker docker-compose junit5 jwt nginx postgres rabbitmq reactjs spring-boot
Last synced: 3 months ago
JSON representation
Implementation of email verification and JWT-based authentication for secure user login and registration
- Host: GitHub
- URL: https://github.com/bashkir777/emailverificationimplementation
- Owner: bashkir777
- Created: 2024-07-29T10:42:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T04:55:46.000Z (almost 2 years ago)
- Last Synced: 2026-01-03T13:23:44.777Z (6 months ago)
- Topics: bootstrap5, docker, docker-compose, junit5, jwt, nginx, postgres, rabbitmq, reactjs, spring-boot
- Language: Java
- Homepage:
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Verification Implementation
## Description: Two-Factor Authentication Implementation with Email verification and JWT
This project focuses on implementing a robust two-factor authentication (2FA) system using email verification and JSON Web Tokens (JWT).
## Key Technologies and Tools:
__Backend__
- Spring (Boot, Data...)
- RabbitMQ
- JUnit 5
__Database__
- Postgres 16
__Frontend__
- React JS
- Bootstrap
__Deployment__
- Nginx
- Docker
- Docker Compose
## Deployment
### Clone repository
```bash
git clone .../EmailVerificationImplementation
```
### Create gmail, enable 2FA and create app password
__Here is how to do it__: https://www.youtube.com/watch?v=ugIUObNHZdo&t=171s
### Go to root folder
```bash
cd EmailVerificationImplementation
```
__Edit docker-compose.yml by inserting your application password and gmail mail into it.__
### Start network using docker compose
```bash
docker-compose up --build
```
__Application will be available at http://localhost:80__
## Screenshots
__Login page__

__Registration page__

__One time password page__

__Change password page__

__Email confirmation message__
