{"id":22594986,"url":"https://github.com/bashkir777/googleauthenticatorimplementation","last_synced_at":"2026-04-11T10:34:12.984Z","repository":{"id":250529672,"uuid":"829408908","full_name":"bashkir777/GoogleAuthenticatorImplementation","owner":"bashkir777","description":"Implementation of two factor authentication with Google Authenticator mobile app","archived":false,"fork":false,"pushed_at":"2024-07-30T08:38:12.000Z","size":579,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T19:13:50.359Z","etag":null,"topics":["bootstrap5","docker","docker-compose","junit5","jwt-authentication","mockito","nginx","postgresql-database","reactjs","spring-boot","spring-security","swagger-ui","testcontainers"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bashkir777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T11:21:27.000Z","updated_at":"2024-08-02T14:39:23.000Z","dependencies_parsed_at":"2024-07-28T07:43:23.071Z","dependency_job_id":"991c7d59-a12a-4088-a67d-f9ea306f72d4","html_url":"https://github.com/bashkir777/GoogleAuthenticatorImplementation","commit_stats":null,"previous_names":["bashkir777/googleauthenticatorimplementation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bashkir777/GoogleAuthenticatorImplementation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashkir777%2FGoogleAuthenticatorImplementation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashkir777%2FGoogleAuthenticatorImplementation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashkir777%2FGoogleAuthenticatorImplementation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashkir777%2FGoogleAuthenticatorImplementation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bashkir777","download_url":"https://codeload.github.com/bashkir777/GoogleAuthenticatorImplementation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashkir777%2FGoogleAuthenticatorImplementation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap5","docker","docker-compose","junit5","jwt-authentication","mockito","nginx","postgresql-database","reactjs","spring-boot","spring-security","swagger-ui","testcontainers"],"created_at":"2024-12-08T10:08:23.938Z","updated_at":"2026-04-11T10:34:12.958Z","avatar_url":"https://github.com/bashkir777.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Google Authenticator Implementation\n\n## Description: Two-Factor Authentication Implementation with Google Authenticator and JWT\n\nThis project focuses on implementing a robust two-factor authentication (2FA) system using Google Authenticator (TOTP) and JSON Web Tokens (JWT). \n\n## Key Technologies and Tools:\n\n__Backend__\n- Spring (Boot, Security, MVC, Data)\n- JUnit 5\n- Mockito\n- Testcontainers\n- Gradle\n\n__Database__\n- Postgres 16\n\n__Frontend__ \n- React JS\n- Bootstrap\n\n__Documentation__\n- Swagger\n\n__Deployment__\n- Nginx\n- Docker\n- Docker Compose\n\n## Deployment\n### Clone repository\n```bash\ngit clone https://github.com/bashkir777/GoogleAuthenticatorImplementation.git \n```\n### Go to root folder\n```bash\ncd GoogleAuthenticatorImplementation\n\n```\n### Start network using docker compose\n```bash\ndocker-compose up --build\n```\n__Application will be available at http://localhost:80__\n\n## Screenshots\n\n### Login page\n\n![Login page](https://drive.google.com/uc?id=1E-mW0VY2TIeuUoadRIcjLtMe1qtXHJAL)\n\n### Registration page\n\n![Registration page](https://drive.google.com/uc?id=1PwUNmk4VVafWEKrKvbsOXyPMYWca6E9a)\n\n### Google Authenticator Installation page\n\n![Google Authenticator Installation page](https://drive.google.com/uc?id=1RGilPRI1gNHEeJQXAJ_VwXLYTA2SsSUV)\n\n### Secret QR scan page\n\n![Secret QR scan page](https://drive.google.com/uc?id=1CIh2W0vrbMXOlZGrgMmiwENc8l_-O__U)\n\n### One time password page\n\n![One time password page](https://drive.google.com/uc?id=14uU5rRwhKO3p4ixIdbM2s64IrgPVDf3P)\n\n### Forgot password flow\n\n![Enter username](https://drive.google.com/uc?id=1pW4NO_7oE1Z2pAoMEcocgtTO8Dckqhh_)\n\n![Enter new password](https://drive.google.com/uc?id=1ksDNEFcxo4j5yoSaE9_yKkt8cArYkSqZ)\n\n### Swagger documentation\n\n![Swagger documentation](https://drive.google.com/uc?id=1QmaD_KbsXlE0rd44itZQdlbcKIXp95gx)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashkir777%2Fgoogleauthenticatorimplementation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbashkir777%2Fgoogleauthenticatorimplementation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashkir777%2Fgoogleauthenticatorimplementation/lists"}