https://github.com/bashkir777/googleauthenticatorimplementation
Implementation of two factor authentication with Google Authenticator mobile app
https://github.com/bashkir777/googleauthenticatorimplementation
bootstrap5 docker docker-compose junit5 jwt-authentication mockito nginx postgresql-database reactjs spring-boot spring-security swagger-ui testcontainers
Last synced: 3 months ago
JSON representation
Implementation of two factor authentication with Google Authenticator mobile app
- Host: GitHub
- URL: https://github.com/bashkir777/googleauthenticatorimplementation
- Owner: bashkir777
- Created: 2024-07-16T11:21:27.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-30T08:38:12.000Z (11 months ago)
- Last Synced: 2025-02-02T19:52:02.075Z (5 months ago)
- Topics: bootstrap5, docker, docker-compose, junit5, jwt-authentication, mockito, nginx, postgresql-database, reactjs, spring-boot, spring-security, swagger-ui, testcontainers
- Language: Java
- Homepage:
- Size: 565 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Authenticator Implementation
## Description: Two-Factor Authentication Implementation with Google Authenticator and JWT
This project focuses on implementing a robust two-factor authentication (2FA) system using Google Authenticator (TOTP) and JSON Web Tokens (JWT).
## Key Technologies and Tools:
__Backend__
- Spring (Boot, Security, MVC, Data)
- JUnit 5
- Mockito
- Testcontainers
- Gradle__Database__
- Postgres 16__Frontend__
- React JS
- Bootstrap__Documentation__
- Swagger__Deployment__
- Nginx
- Docker
- Docker Compose## Deployment
### Clone repository
```bash
git clone https://github.com/bashkir777/GoogleAuthenticatorImplementation.git
```
### Go to root folder
```bash
cd GoogleAuthenticatorImplementation```
### Start network using docker compose
```bash
docker-compose up --build
```
__Application will be available at http://localhost:80__## Screenshots
### Login page

### Registration page

### Google Authenticator Installation page

### Secret QR scan page

### One time password page

### Forgot password flow


### Swagger documentation
