{"id":13991705,"url":"https://github.com/mryechkin/nextjs-supabase-auth","last_synced_at":"2025-04-06T12:11:03.597Z","repository":{"id":49817496,"uuid":"431136931","full_name":"mryechkin/nextjs-supabase-auth","owner":"mryechkin","description":"Sample project for setting up Supabase Auth in Next.js","archived":false,"fork":false,"pushed_at":"2024-08-04T12:34:58.000Z","size":357,"stargazers_count":285,"open_issues_count":0,"forks_count":66,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-30T10:09:20.476Z","etag":null,"topics":["auth","next","pkce","pkce-authentication","pkce-flow","supabase","supabase-auth","supabase-js"],"latest_commit_sha":null,"homepage":"https://misha.wtf/blog/supabase-auth-next-13-pkce","language":"JavaScript","has_issues":false,"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/mryechkin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-11-23T14:41:59.000Z","updated_at":"2025-03-27T10:28:52.000Z","dependencies_parsed_at":"2023-11-15T05:31:39.101Z","dependency_job_id":"a34ee432-da76-43c8-9ffc-50c87f1b61e0","html_url":"https://github.com/mryechkin/nextjs-supabase-auth","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"67ddbf6c70ca02e7cdf61ec61cc24cc17eb90d5e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryechkin%2Fnextjs-supabase-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryechkin%2Fnextjs-supabase-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryechkin%2Fnextjs-supabase-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryechkin%2Fnextjs-supabase-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mryechkin","download_url":"https://codeload.github.com/mryechkin/nextjs-supabase-auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478324,"owners_count":20945266,"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","next","pkce","pkce-authentication","pkce-flow","supabase","supabase-auth","supabase-js"],"created_at":"2024-08-09T14:01:32.459Z","updated_at":"2025-04-06T12:11:03.580Z","avatar_url":"https://github.com/mryechkin.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cb\u003eNext.js\u003c/b\u003e + \u003cb\u003eSupabase\u003c/b\u003e Auth\u003c/h1\u003e\n\n\u003cp align=\"center\" style=\"display: flex; align-items: center; justify-content: center; gap: 0.75rem;\"\u003e\n  \u003ca href=\"https://nextjs.org\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/mryechkin/nextjs-supabase-auth/next?style=for-the-badge\" alt=\"Next.js\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.supabase.io\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/mryechkin/nextjs-supabase-auth/@supabase/supabase-js?color=%2322c55e\u0026style=for-the-badge\" alt=\"Supabase\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.supabase.io\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/mryechkin/nextjs-supabase-auth/@supabase/auth-helpers-nextjs?color=%2322c55e\u0026style=for-the-badge\" alt=\"Supabase\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mryechkin/nextjs-supabase-auth/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/mryechkin/nextjs-supabase-auth?style=for-the-badge\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.misha.wtf/_next/image?url=%2Fblog%2Fsupabase-auth-next-13-pkce%2Fcover.png\u0026w=640\u0026q=100\" alt=\"Banner image\" /\u003e\n\u003c/p\u003e\n\n## Overview\n\nSample project showing how to add authentication to [Next.js](https://nextjs.org/) 13+ using [Supabase](https://www.supabase.io/) [Auth](https://supabase.com/docs/guides/auth) and the [App Router](https://nextjs.org/docs/app) with React Server Components.\n\nThis project is a supplement to [this guide](https://misha.wtf/blog/supabase-auth-next-13-pkce). See the link for a detailed tutorial.\n\n\u003e **Note**\n\u003e The `main` branch is using the latest version of [Auth Helpers](https://supabase.com/docs/guides/auth/auth-helpers/nextjs) with the [Proof Key for Code Exchange](https://supabase.com/blog/supabase-auth-sso-pkce#introducing-pkce) (PKCE) flow. If you are looking for the older version (using Auth Helpers `0.6.1` or earlier) see the [`v2`](https://github.com/mryechkin/nextjs-supabase-auth/tree/v2) branch.\n\n## Disclaimer\n\nThis repo is meant to be an **example** only. Please feel free to fork it and make it your own.\n\n## Author\n\n[Mykhaylo Ryechkin](https://github.com/mryechkin)\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryechkin%2Fnextjs-supabase-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmryechkin%2Fnextjs-supabase-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryechkin%2Fnextjs-supabase-auth/lists"}