{"id":21852634,"url":"https://github.com/wazeerc/authy","last_synced_at":"2026-04-15T05:32:15.266Z","repository":{"id":264472083,"uuid":"881242942","full_name":"wazeerc/authy","owner":"wazeerc","description":"Dummy authentication app (user registration and login from scratch).","archived":false,"fork":false,"pushed_at":"2025-12-13T11:18:15.000Z","size":1035,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T01:20:32.112Z","etag":null,"topics":["authentication","practice-project"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wazeerc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-31T07:16:14.000Z","updated_at":"2025-12-13T11:18:19.000Z","dependencies_parsed_at":"2025-02-19T06:24:58.196Z","dependency_job_id":"3d27e60e-7057-4440-a1d9-6450cdf200c6","html_url":"https://github.com/wazeerc/authy","commit_stats":null,"previous_names":["wazeerc/authy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wazeerc/authy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fauthy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fauthy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fauthy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fauthy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wazeerc","download_url":"https://codeload.github.com/wazeerc/authy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fauthy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["authentication","practice-project"],"created_at":"2024-11-28T01:17:51.860Z","updated_at":"2026-04-15T05:32:15.223Z","avatar_url":"https://github.com/wazeerc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authy\n\nA dummy authentication app I wrote to practice user registration and login functionality (from scratch), includes an Express API server.\n\n\u003e [!NOTE]\n\u003e This is for Educational purposes only.\n\n## Tech Stack \u0026 Packages\n\n- React + TypeScript\n- Express.js Backend\n- Vite for Build Tool and Development Server\n- TanStack Query for API calls\n- Tailwind CSS for Styling\n- Zustand for State Management\n- LowDB for mock DB implementation\n- bcrypt for Password Hashing\n- jsonwebtoken for ... well it's self explanatory\n\n### Prerequisites\n\n- Node.js\n\n### Usage\n\n```sh\npnpm install \u0026\u0026 pnpm run start\n```\n\n### Setup Environment Variables\n\n1. Create a `.env` file in the root directory of your project.\n2. Add the following line to the `.env` file:\n   ```sh\n   JWT_SECRET_KEY=your_secret_key_here\n   ```\n3. Replace `your_secret_key_here` with a secure, randomly generated key. You can use a tool like `openssl` to generate this key:\n   ```sh\n   openssl rand -base64 32\n   ```\n### Authy Explained\n\n- User registers with a username and password.\n- Backend checks for existing username.\n- Password is hashed and stored if username is unique.\n- JWT token is generated and returned upon successful registration.\n- User logs in with username and password.\n- Backend verifies credentials and checks hashed password.\n- JWT token is generated and user session is managed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwazeerc%2Fauthy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwazeerc%2Fauthy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwazeerc%2Fauthy/lists"}