{"id":18390643,"url":"https://github.com/nextauthjs/authjs-third-party-backend","last_synced_at":"2025-08-10T04:11:04.725Z","repository":{"id":243045725,"uuid":"790680839","full_name":"nextauthjs/authjs-third-party-backend","owner":"nextauthjs","description":"This repo showcases how to connect third-party services to your Auth.js client, using an OAuth provider","archived":false,"fork":false,"pushed_at":"2024-10-01T18:11:13.000Z","size":20,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-21T07:28:09.143Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://authjs-third-party-backend.vercel.app","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/nextauthjs.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-04-23T10:29:44.000Z","updated_at":"2025-03-28T05:02:58.000Z","dependencies_parsed_at":"2024-12-24T08:21:10.107Z","dependency_job_id":"838d8299-8a56-43d0-a2f7-ab873ea0ab93","html_url":"https://github.com/nextauthjs/authjs-third-party-backend","commit_stats":null,"previous_names":["nextauthjs/authjs-third-party-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nextauthjs/authjs-third-party-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fauthjs-third-party-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fauthjs-third-party-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fauthjs-third-party-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fauthjs-third-party-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextauthjs","download_url":"https://codeload.github.com/nextauthjs/authjs-third-party-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fauthjs-third-party-backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269674002,"owners_count":24457246,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2024-11-06T01:48:41.422Z","updated_at":"2025-08-10T04:11:04.698Z","avatar_url":"https://github.com/nextauthjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cbr/\u003e\n   \u003ca href=\"https://authjs.dev\" target=\"_blank\"\u003e\u003cimg width=\"150px\" src=\"https://authjs.dev/img/logo-sm.png\" /\u003e\u003c/a\u003e\n   \u003ch3 align=\"center\"\u003eAuth.js 3rd Party Backend\u003c/a\u003e\u003c/h3\u003e\n   \u003ch4 align=\"center\"\u003eAuthentication for the Web.\u003c/h4\u003e\n   \u003cp align=\"center\" style=\"align: center;\"\u003e\n      \u003ca href=\"https://npm.im/next-auth\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/TypeScript-blue?style=flat-square\" alt=\"TypeScript\" /\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://npm.im/@auth/sveltekit\"\u003e\n        \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/next-auth?color=green\u0026label=next-auth\u0026style=flat-square\"\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://www.npmtrends.com/next-auth\"\u003e\n        \u003cimg src=\"https://img.shields.io/npm/dm/next-auth?label=%20downloads\u0026style=flat-square\" alt=\"Downloads\" /\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://github.com/nextauthjs/next-auth/stargazers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/nextauthjs/next-auth?style=flat-square\" alt=\"Github Stars\" /\u003e\n      \u003c/a\u003e\n   \u003c/p\u003e\n\u003c/p\u003e\n\nThis repo contains example code for third party backends to authenticate against.\n\n## Getting Started\n\nThe guide for authenticating against third party backends can be found [here](https://authjs.dev/guides/integrating-third-party-backends). \n\n## Frontend Example\n\nYou can find the frontend example of making authenticated requests to these backends in the `next-auth` example app.\n- Code: [`apps/examples/nextjs/app/api/authenticated/greeting/route.tsx`](https://github.com/nextauthjs/next-auth/blob/main/apps/examples/nextjs/app/api/authenticated/greeting/route.tsx)\n- Demo: https://next-auth-example.vercel.app/client-example\n- Example PR: https://github.com/nextauthjs/next-auth/pull/10761/files\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextauthjs%2Fauthjs-third-party-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextauthjs%2Fauthjs-third-party-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextauthjs%2Fauthjs-third-party-backend/lists"}