
A demo of using authjs with sveltekit and cloudflare pages
This repository is a demo for building an AuthJS.dev authenticated site with SvelteKit and deployment on Cloudflare Pages using a D1(Alpha) database adapter for the authjs.dev user and session store. It demonstrates this using a GitHub OAuth application as the authentication provider.
This repository provides a demo of building an AuthJS.dev authenticated site with SvelteKit and deploying it on Cloudflare Pages using a D1(Alpha) database adapter for the AuthJS.dev user and session store. It includes integration with GitHub OAuth for authentication. The installation guide provides step-by-step instructions on setting up the project for local development and testing.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.