{"id":18538217,"url":"https://github.com/desmondsanctity/twilio-authy","last_synced_at":"2026-04-25T21:32:40.858Z","repository":{"id":203092662,"uuid":"708790564","full_name":"DesmondSanctity/twilio-authy","owner":"DesmondSanctity","description":"A Next.js application that uses Twilio Authy for 2FA","archived":false,"fork":false,"pushed_at":"2024-05-10T02:13:56.000Z","size":243,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"twilio-authy-starter","last_synced_at":"2025-05-15T02:11:38.964Z","etag":null,"topics":["2fa","mfa","nextjs","security","twilio","twilio-verify"],"latest_commit_sha":null,"homepage":"https://twilio-authy.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DesmondSanctity.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":"2023-10-23T11:58:21.000Z","updated_at":"2024-02-10T15:09:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3fefcf0-4655-40f8-8d35-ed8d2a6dd6da","html_url":"https://github.com/DesmondSanctity/twilio-authy","commit_stats":null,"previous_names":["desmondsanctity/twilio-authy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DesmondSanctity/twilio-authy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesmondSanctity%2Ftwilio-authy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesmondSanctity%2Ftwilio-authy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesmondSanctity%2Ftwilio-authy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesmondSanctity%2Ftwilio-authy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DesmondSanctity","download_url":"https://codeload.github.com/DesmondSanctity/twilio-authy/tar.gz/refs/heads/twilio-authy-starter","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesmondSanctity%2Ftwilio-authy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["2fa","mfa","nextjs","security","twilio","twilio-verify"],"created_at":"2024-11-06T19:42:41.944Z","updated_at":"2026-04-25T21:32:40.843Z","avatar_url":"https://github.com/DesmondSanctity.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# twilio-authy\n\nA Next.js application that uses Twilio Authy for 2FA\n\n- To run the application, clone the `twilio-authy-starter` branch of this repository in a directory of your choice using the command below:\n  ```bash\n  git clone https://github.com/DesmondSanctity/twilio-authy.git\n  ```\n- After cloning, run npm install to install all the dependencies needed\n  ```bash\n  npm install\n  ```\n- Some environment variables are needed for the project to run, create a `.env` file in the root directory of your project. Fill it with these details\n  ```js\n  MONGODB_URI=\u003cMongoDB URL\u003e\n  JWT_SECRET=\u003cJWT Secret Keys\u003e\n  accountSid=\u003cTwilio Account SID\u003e\n  authToken=\u003cTwilio Auth Token\u003e\n  serviceSid=\u003cAuthy Service SID\u003e\n  ```\n- Finally run the dev command to start the application using this command\n\n  ```bash\n  npm run dev\n  ```\n\n- For deploying to production, after the deployment, update the next.config file with your production URL. If not, you might have issues running the app on production environment.\n\n  ```js\n  /** @type {import('next').NextConfig} */\n  const nextConfig = {\n   reactStrictMode: true,\n   serverRuntimeConfig: {},\n   publicRuntimeConfig: {\n    apiUrl:\n     process.env.NODE_ENV === 'development'\n      ? 'http://localhost:3000/api' // development api\n      : '\u003cyour-production-url\u003e/api', // production api\n   },\n  };\n\n  module.exports = nextConfig;\n  ```\n\nCredits for this boilerplate go to [Jason Watmore](https://github.com/cornflourblue/next-js-13-mongodb-registration-login-example)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesmondsanctity%2Ftwilio-authy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesmondsanctity%2Ftwilio-authy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesmondsanctity%2Ftwilio-authy/lists"}