{"id":15175244,"url":"https://github.com/mamunkhan71/authmaster","last_synced_at":"2026-03-06T07:32:59.344Z","repository":{"id":255148579,"uuid":"848718891","full_name":"MamunKhan71/AuthMaster","owner":"MamunKhan71","description":"AuthMaster is a robust authentication platform built using the MERN stack (MongoDB, Express.js, React, Node.js). It provides a comprehensive solution for managing user authentication with best practices such as signup, login, email verification, password recovery, and more.","archived":false,"fork":false,"pushed_at":"2024-08-28T10:02:25.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T18:15:16.820Z","etag":null,"topics":["axios","css3","html5","javascript","jwt","mongodb","react","reactrouterdom","tailwindcss","zustandjs"],"latest_commit_sha":null,"homepage":"https://authmaster-fo5w.onrender.com/","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/MamunKhan71.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-08-28T09:26:38.000Z","updated_at":"2024-08-28T15:20:03.000Z","dependencies_parsed_at":"2024-08-28T09:36:25.913Z","dependency_job_id":"e054cc97-b937-4437-bd7e-0fdfe260f9f7","html_url":"https://github.com/MamunKhan71/AuthMaster","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":"0.16666666666666663","last_synced_commit":"f87ab7e66940afb927c7813d3beb43b750076fba"},"previous_names":["mamunkhan71/authmaster"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MamunKhan71%2FAuthMaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MamunKhan71%2FAuthMaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MamunKhan71%2FAuthMaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MamunKhan71%2FAuthMaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MamunKhan71","download_url":"https://codeload.github.com/MamunKhan71/AuthMaster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238310333,"owners_count":19450841,"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":["axios","css3","html5","javascript","jwt","mongodb","react","reactrouterdom","tailwindcss","zustandjs"],"created_at":"2024-09-27T12:20:51.417Z","updated_at":"2025-10-26T10:31:19.837Z","avatar_url":"https://github.com/MamunKhan71.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuthMaster\n\n**AuthMaster** is a robust authentication platform built using the MERN stack (MongoDB, Express.js, React, Node.js). It provides a comprehensive solution for managing user authentication with best practices such as signup, login, email verification, password recovery, and more.\n## Live Link\n### Live Website Link : [Click Here](https://authmaster-fo5w.onrender.com)\n## Features\n\n- **User Signup \u0026 Login**: Secure registration and login functionality with JWT (JSON Web Tokens).\n- **Email Verification**: Confirm user email addresses through automated verification emails.\n- **Password Recovery**: Enable users to recover their passwords with a secure email-based reset process.\n- **Welcome Emails**: Send personalized welcome emails upon successful registration.\n- **Profile Management**: Allow users to manage their profiles, update personal information, and securely change passwords.\n\n## Tech Stack\n\n- **Frontend**: React\n- **Backend**: Node.js, Express.js\n- **Database**: MongoDB\n\n## Installation\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/MamunKhan71/AuthMaster\n    cd AuthMaster\n    ```\n\n2. **Install dependencies**:\n    ```bash\n    npm install\n    ```\n\n3. **Install frontend and backend dependencies**:\n    ```bash\n    npm run build\n    ```\n\n4. **Set up environment variables**:\n    Create a `.env` file in the `backend` directory and add the following variables:\n    ```\n    MONGO_URI=your_mongodb_uri\n    PORT=your_local_port\n    JWT_SECRET=your_secret_key\n    NODE_ENV=development\n    MAILTRAP_ENDPOINT=your_mailtrap_endpoint\n    MAILTRAP_TOKEN=your_mailtrap_token\n    CLIENT_URL=http://localhost:5173\n    ```\n\n5. **Run the backend server**:\n    ```bash\n    cd backend\n    npm start\n    ```\n\n6. **Run the backend development server**:\n    ```bash\n    npm run dev\n    ```\n7. **Run the frontend development server**:\n    ```bash\n    cd frontend\n    npm run dev\n    ```\n## Usage\n\n- **Access the application**: Open your browser and navigate to `http://localhost:5173` to access the frontend.\n- **API Documentation**: Refer to the [docs](https://documenter.getpostman.com/view/25442205/2sAXjJ6DBj) endpoint on the backend server for API documentation.\n\n## Contributing\n\nFeel free to contribute by opening issues or submitting pull requests.\n\n\n## Acknowledgements\n\n- Inspired by best practices in authentication and user management.\n- Utilizes various libraries and tools for enhanced security and performance.\n\n---\n## Screenshots\n\u003cimg src=\"https://i.ibb.co/StkXdC1/fourth-page.png\" alt=\"fourth-page\" border=\"0\" style=\"width:100%;\"\u003e\n\u003cimg src=\"https://i.ibb.co/qr9YzyJ/third-page.png\" alt=\"third-page\" border=\"0\" style=\"width:100%;\"\u003e\n\u003cimg src=\"https://i.ibb.co/DVkgKDm/second-page.png\" alt=\"second-page\" border=\"0\" style=\"width:100%;\"\u003e\n\u003cimg src=\"https://i.ibb.co/gv0Mnrs/First-Page.png\" alt=\"First-Page\" border=\"0\" style=\"width:100%;\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamunkhan71%2Fauthmaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmamunkhan71%2Fauthmaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamunkhan71%2Fauthmaster/lists"}