{"id":18390612,"url":"https://github.com/nextauthjs/sveltekit-auth-example","last_synced_at":"2025-04-09T12:08:32.053Z","repository":{"id":64830613,"uuid":"578243687","full_name":"nextauthjs/sveltekit-auth-example","owner":"nextauthjs","description":"Example showing how to use Auth.js with SvelteKit.","archived":false,"fork":false,"pushed_at":"2024-04-12T16:57:31.000Z","size":70,"stargazers_count":253,"open_issues_count":0,"forks_count":38,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-13T02:22:29.994Z","etag":null,"topics":["authjs","oauth2","sveltekit","sveltekit-auth","sveltekit-template"],"latest_commit_sha":null,"homepage":"https://sveltekit-auth-example.vercel.app","language":"Svelte","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","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":".github/FUNDING.yml","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},"funding":{"open_collective":"nextauth","github":["balazsorban44","ThangHuuVu"]}},"created_at":"2022-12-14T15:40:29.000Z","updated_at":"2024-04-15T10:46:02.615Z","dependencies_parsed_at":"2023-12-13T04:21:54.430Z","dependency_job_id":"d4aea681-9eb2-4854-9de4-beabcf9c635c","html_url":"https://github.com/nextauthjs/sveltekit-auth-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fsveltekit-auth-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fsveltekit-auth-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fsveltekit-auth-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fsveltekit-auth-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextauthjs","download_url":"https://codeload.github.com/nextauthjs/sveltekit-auth-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036067,"owners_count":21037092,"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":["authjs","oauth2","sveltekit","sveltekit-auth","sveltekit-template"],"created_at":"2024-11-06T01:48:35.427Z","updated_at":"2025-04-09T12:08:32.025Z","avatar_url":"https://github.com/nextauthjs.png","language":"Svelte","funding_links":["https://opencollective.com/nextauth","https://github.com/sponsors/balazsorban44","https://github.com/sponsors/ThangHuuVu"],"categories":[],"sub_categories":[],"readme":"\u003e The example repository is maintained from a [monorepo](https://github.com/nextauthjs/next-auth/tree/main/apps/examples/sveltekit). Pull Requests should be opened against [`nextauthjs/next-auth`](https://github.com/nextauthjs/next-auth).\n\n\u003cp align=\"center\"\u003e\n   \u003cbr/\u003e\n   \u003ca href=\"https://authjs.dev\" target=\"_blank\"\u003e\n   \u003cimg height=\"64\" src=\"https://authjs.dev/img/logo-sm.png\" /\u003e\n   \u003c/a\u003e\n   \u003ca href=\"https://kit.svelte.dev\" target=\"_blank\"\u003e\n   \u003cimg height=\"64\" src=\"https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg\" /\u003e\n   \u003c/a\u003e\n   \u003ch3 align=\"center\"\u003e\u003cb\u003eSvelteKit Auth\u003c/b\u003e - Example App\u003c/h3\u003e\n   \u003cp align=\"center\"\u003e\n   Open Source. Full Stack. Own Your Data.\n   \u003c/p\u003e\n   \u003cp align=\"center\" style=\"align: center;\"\u003e\n      \u003ca href=\"https://npm.im/@auth/sveltekit\"\u003e\n        \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/@auth/sveltekit?color=green\u0026label=@auth/sveltekit\u0026style=flat-square\"\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://bundlephobia.com/result?p=@auth/sveltekit\"\u003e\n        \u003cimg src=\"https://img.shields.io/bundlephobia/minzip/@auth/sveltekit?label=size\u0026style=flat-square\" alt=\"Bundle Size\"/\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://www.npmtrends.com/@auth/sveltekit\"\u003e\n        \u003cimg src=\"https://img.shields.io/npm/dm/@auth/sveltekit?label=downloads\u0026style=flat-square\" alt=\"Downloads\" /\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://npm.im/@auth/sveltekit\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/TypeScript-blue?style=flat-square\" alt=\"TypeScript\" /\u003e\n      \u003c/a\u003e\n   \u003c/p\u003e\n\u003c/p\u003e\n\n## Overview\n\nThis is the official SvelteKit Auth example for [Auth.js](https://sveltekit.authjs.dev).\n\n## Getting started\n\nYou can instantly deploy this example to [Vercel](https://vercel.com?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=sveltekit-auth-example) by clicking the following button.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/nextauthjs/sveltekit-auth-example\u0026project-name=sveltekit-auth-example\u0026repository-name=sveltekit-auth-example)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextauthjs%2Fsveltekit-auth-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextauthjs%2Fsveltekit-auth-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextauthjs%2Fsveltekit-auth-example/lists"}