{"id":26519935,"url":"https://github.com/aidan-neel/sveltekit-auth","last_synced_at":"2025-09-08T03:40:52.188Z","repository":{"id":211813416,"uuid":"724398373","full_name":"aidan-neel/sveltekit-auth","owner":"aidan-neel","description":"SvelteKit template using my library PrismaAuth.js to handle registration. Uses Prisma, and SQLite3(changeable) for data storing. Comes with login, registration, and a sign-out page built with Shadcn-svelte.","archived":false,"fork":false,"pushed_at":"2023-12-11T00:48:44.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-16T04:09:05.068Z","etag":null,"topics":["authentication","authorization","prisma","sql","sqlite3","sveltekit","template"],"latest_commit_sha":null,"homepage":"","language":"Svelte","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/aidan-neel.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-11-28T01:53:05.000Z","updated_at":"2024-04-23T18:28:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c46e0c8-23d6-4e13-a976-225cd6549d74","html_url":"https://github.com/aidan-neel/sveltekit-auth","commit_stats":null,"previous_names":["aidan-neel/sveltekit-auth"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/aidan-neel/sveltekit-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidan-neel%2Fsveltekit-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidan-neel%2Fsveltekit-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidan-neel%2Fsveltekit-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidan-neel%2Fsveltekit-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aidan-neel","download_url":"https://codeload.github.com/aidan-neel/sveltekit-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidan-neel%2Fsveltekit-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274129834,"owners_count":25227266,"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-09-08T02:00:09.813Z","response_time":121,"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":["authentication","authorization","prisma","sql","sqlite3","sveltekit","template"],"created_at":"2025-03-21T11:35:17.121Z","updated_at":"2025-09-08T03:40:52.180Z","avatar_url":"https://github.com/aidan-neel.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SvelteKit Authentication Template\nBuilt with [Prisma](https://github.com/prisma/prisma), [PrismaAuth.js](https://github.com/aidan-neel/PrismaAuth.js), [SvelteKit](https://github.com/sveltejs/kit), [shadcn-svelte](https://github.com/huntabyte/shadcn-svelte), and more.\n\n## Configuration\n**1.** Set the random JWT token key in the .env file in the root directory like so:\n```javascript\nDATABASE_URL=\"file:./dev.db\"\nJWT_SECRET=\"RANDOMLY_GENERATED_STRING\"\n```\n\n**3.** Inside the *src/lib/isDev.ts* file change the url to the appropriate domain like so:\n```javascript\nexport let url = isDev ? 'http://localhost:5173' : 'https://url.com'; // Change this to your own url\n```\n\n## Notes\n**1.** The database is interchangeable. You can use SQLite3, MySQL, PostgreSQL with Vercel, etc. As long as Prisma supports it, the template supports it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidan-neel%2Fsveltekit-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faidan-neel%2Fsveltekit-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidan-neel%2Fsveltekit-auth/lists"}