{"id":28501810,"url":"https://github.com/its-maneeshk/authflow-authentication-system","last_synced_at":"2026-04-11T02:01:59.196Z","repository":{"id":297016360,"uuid":"995345585","full_name":"its-maneeshk/authflow-authentication-system","owner":"its-maneeshk","description":"🔐 A secure full-stack authentication system built with React, Node.js, Express, MongoDB, and TailwindCSS using JWT-based auth and protected routes.","archived":false,"fork":false,"pushed_at":"2025-06-03T18:47:36.000Z","size":5016,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-03T22:25:22.733Z","etag":null,"topics":["auth-system","authentication","expressjs","fullstack","jwt","mern","mongodb","nodejs","reactjs","tailwindcss","web-security"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/its-maneeshk.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,"zenodo":null}},"created_at":"2025-06-03T10:42:47.000Z","updated_at":"2025-06-03T18:47:37.000Z","dependencies_parsed_at":"2025-06-03T22:37:15.834Z","dependency_job_id":null,"html_url":"https://github.com/its-maneeshk/authflow-authentication-system","commit_stats":null,"previous_names":["its-maneeshk/authflow-authentication-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/its-maneeshk/authflow-authentication-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2Fauthflow-authentication-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2Fauthflow-authentication-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2Fauthflow-authentication-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2Fauthflow-authentication-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/its-maneeshk","download_url":"https://codeload.github.com/its-maneeshk/authflow-authentication-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-maneeshk%2Fauthflow-authentication-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263671743,"owners_count":23494025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["auth-system","authentication","expressjs","fullstack","jwt","mern","mongodb","nodejs","reactjs","tailwindcss","web-security"],"created_at":"2025-06-08T16:07:53.555Z","updated_at":"2026-04-11T02:01:54.152Z","avatar_url":"https://github.com/its-maneeshk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuthFlow 🔐\n\n**AuthFlow** is a secure and responsive full-stack authentication system built with React, Node.js, Express, MongoDB, and TailwindCSS. It supports user registration, login, password hashing, JWT-based authentication, and protected routes.\n\n## Features 🪶\n\n| **Module**                     | **Description**                                                                                          | **Module**                   | **Description**                                 |\n| ------------------------------ | -------------------------------------------------------------------------------------------------------- | ---------------------------- | ----------------------------------------------- |\n| **Authentication**             | Handles user signup, login, JWT generation, and logout functionality.                                     | **Protected Routes**         | Ensures only authenticated users access certain pages. |\n| **Database Connectivity**      | Connects backend server to MongoDB database using Mongoose.                                               | **Admin/User Roles**         | Supports differentiated access levels (if implemented). |\n| **User Input Handling**        | Validates and sanitizes input data on both frontend and backend.                                          | **Error Handling**           | Provides clear feedback and manages server/client errors. |\n| **JWT Token Management**       | Issues, verifies, and expires tokens for session security.                                                | **Form Validation**          | Frontend and backend checks to prevent bad input. |\n| **Tailwind Styling**           | Fully responsive design built with TailwindCSS for modern UI.                                             | **Logout**                   | Safely logs out users by clearing local/session storage. |\n\n## User Interface\nThe application features a clean and responsive web UI built in React.js and styled using TailwindCSS. It includes forms for user login, registration, and access to a protected dashboard.\n\n# Demo Images \n\nHere are some screenshots demonstrating the key functionalities of **AuthFlow**:\n\n| **Interface** | **Preview** |\n|---------------|-------------|\n| **Home Page** | \u003cimg src=\"https://github.com/its-maneeshk/.assets/blob/3a9f26a9978d8b089caee307c523a3d65496fb28/authflow-authentication-system-Demo-images/authflow-authentication-system-home.png\" width=\"800px\"\u003e |\n| **Register Page** | \u003cimg src=\"https://github.com/its-maneeshk/.assets/blob/3a9f26a9978d8b089caee307c523a3d65496fb28/authflow-authentication-system-Demo-images/authflow-authentication-system-register.png\" width=\"800px\"\u003e |\n| **Login Page** | \u003cimg src=\"https://github.com/its-maneeshk/.assets/blob/3a9f26a9978d8b089caee307c523a3d65496fb28/authflow-authentication-system-Demo-images/authflow-authentication-system-login.png\" width=\"800px\"\u003e |\n| **Login Success (SweetAlert)** | \u003cimg src=\"https://github.com/its-maneeshk/.assets/blob/3a9f26a9978d8b089caee307c523a3d65496fb28/authflow-authentication-system-Demo-images/authflow-authentication-system-login-2.png\" width=\"800px\"\u003e |\n| **Forget Password** | \u003cimg src=\"https://github.com/its-maneeshk/.assets/blob/3a9f26a9978d8b089caee307c523a3d65496fb28/authflow-authentication-system-Demo-images/authflow-authentication-system-forgetpassword.png\" width=\"800px\"\u003e |\n| **Dashboard** | \u003cimg src=\"https://github.com/its-maneeshk/.assets/blob/3a9f26a9978d8b089caee307c523a3d65496fb28/authflow-authentication-system-Demo-images/authflow-authentication-system-dashboard.png\" width=\"800px\"\u003e |\n| **About Page** | \u003cimg src=\"https://github.com/its-maneeshk/.assets/blob/3a9f26a9978d8b089caee307c523a3d65496fb28/authflow-authentication-system-Demo-images/authflow-authentication-system-about.png\" width=\"800px\"\u003e |\n\n\n\n## Contributing 🛂\nContributions are welcome! If you would like to contribute to **AuthFlow**, please fork the repository, create a new branch, and submit a pull request. I encourage suggestions for new features, improvements, or bug fixes.\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by \u003ca href=\"https://www.instagram.com/its_maneeshk_/\" target=\"_blank\"\u003eManish Patel\u003c/a\u003e | \n  \u003ca href=\"mailto:maneeshkurmii@gmail.com\"\u003eEmail Me\u003c/a\u003e | \n  \u003ca href=\"https://www.linkedin.com/in/itsmaneeshk/\" target=\"_blank\"\u003eLinkedIn\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Code-JavaScript-yellow?style=flat-square\u0026logo=javascript\" alt=\"JavaScript Badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Tool-Git-orange?style=flat-square\u0026logo=git\" alt=\"Git Badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Project-Open%20Source-brightgreen?style=flat-square\" alt=\"Open Source Badge\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  🚀 Follow my work at \u003ca href=\"https://github.com/its-maneeshk\" target=\"_blank\"\u003eGitHub\u003c/a\u003e and let's build something amazing together!\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-maneeshk%2Fauthflow-authentication-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-maneeshk%2Fauthflow-authentication-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-maneeshk%2Fauthflow-authentication-system/lists"}