https://github.com/nextauthjs/sveltekit-auth-cloudflare
Example on how to use SvelteKit Auth with Cloudflare Pages.
https://github.com/nextauthjs/sveltekit-auth-cloudflare
authjs sveltekit
Last synced: about 1 year ago
JSON representation
Example on how to use SvelteKit Auth with Cloudflare Pages.
- Host: GitHub
- URL: https://github.com/nextauthjs/sveltekit-auth-cloudflare
- Owner: nextauthjs
- License: isc
- Created: 2023-03-04T06:24:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T02:20:14.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T11:51:10.911Z (over 1 year ago)
- Topics: authjs, sveltekit
- Language: Svelte
- Homepage: https://sveltekit-auth-cloudflare.pages.dev/
- Size: 7.81 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> 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).
SvelteKit Auth - Example App Deployed on Cloudflare Pages.
Open Source. Full Stack. Own Your Data.
## Overview
This is the official SvelteKit Auth example for [Auth.js](https://sveltekit.authjs.dev) deployed on Cloudflare Pages.
## Getting started
You can follow the official guide to deploy your SvelteKit app to Cloudflare: https://developers.cloudflare.com/pages/framework-guides/deploy-a-svelte-site/