{"id":22618780,"url":"https://github.com/samya-s/secureauth","last_synced_at":"2026-05-01T10:31:23.792Z","repository":{"id":231252628,"uuid":"776544194","full_name":"Samya-S/SecureAuth","owner":"Samya-S","description":"Security Made Simple, Authentication Made Strong using NextJS and MongoDB","archived":false,"fork":false,"pushed_at":"2025-03-11T09:21:16.000Z","size":471,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T01:32:14.171Z","etag":null,"topics":["auth","authentication","next","nextjs","secureauth"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Samya-S.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}},"created_at":"2024-03-23T19:53:41.000Z","updated_at":"2025-03-11T09:21:12.000Z","dependencies_parsed_at":"2025-02-03T11:31:39.410Z","dependency_job_id":"4e48d981-387f-43e8-8034-7ba5e1b8eb61","html_url":"https://github.com/Samya-S/SecureAuth","commit_stats":null,"previous_names":["samya-s/secureauth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samya-S/SecureAuth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samya-S%2FSecureAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samya-S%2FSecureAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samya-S%2FSecureAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samya-S%2FSecureAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samya-S","download_url":"https://codeload.github.com/Samya-S/SecureAuth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samya-S%2FSecureAuth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32494270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["auth","authentication","next","nextjs","secureauth"],"created_at":"2024-12-08T21:09:34.195Z","updated_at":"2026-05-01T10:31:21.748Z","avatar_url":"https://github.com/Samya-S.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SecureAuth\n\nSecureAuth - Security Made Simple, Authentication Made Strong made with `NextJS` (frontend and backend) and `MongoDB` (database)\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Defining env variables](#defining-environment-variables)\n- [Run dev environment](#run-dev-environment)\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone git@github.com:Samya-S/SecureAuth.git\n    ```\n    `Make sure you have SSH keys setup in your machine`\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd secureauth\n    ```\n\n3. Install dependencies:\n\n    ```bash\n    npm install\n    ```\n    or alternatively\n   ```bash\n   npm i\n   ```\n   `Make sure to have nodejs and npm installed`\n\n## Defining environment variables\n\nCreate a `.env` file and define the following environment variables:\n\n```bash\nmongoURI = '\u003cyour mongodb url\u003e'\nNEXT_PUBLIC_hostingDomain = '\u003cyour localhost domain\u003e'\nsecretToken = '\u003ca random secret token for jwt\u003e'\n```\n\n## Run dev environment\n\nRun the development server:\n\n```bash\nnpm run dev\n```\nor\n```bash\nyarn dev\n```\nor\n```bash\npnpm dev\n```\nor\n```bash\nbun dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamya-s%2Fsecureauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamya-s%2Fsecureauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamya-s%2Fsecureauth/lists"}