mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
40 lines
2.0 KiB
Markdown
40 lines
2.0 KiB
Markdown
> 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).
|
|
|
|
<p align="center">
|
|
<br/>
|
|
<a href="https://authjs.dev" target="_blank">
|
|
<img height="64" src="https://authjs.dev/img/logo/logo-sm.png" />
|
|
</a>
|
|
<a href="https://kit.svelte.dev" target="_blank">
|
|
<img height="64" src="https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg" />
|
|
</a>
|
|
<h3 align="center"><b>SvelteKit Auth</b> - Example App</h3>
|
|
<p align="center">
|
|
Open Source. Full Stack. Own Your Data.
|
|
</p>
|
|
<p align="center" style="align: center;">
|
|
<a href="https://npm.im/@auth/sveltekit">
|
|
<img alt="npm" src="https://img.shields.io/npm/v/@auth/sveltekit?color=green&label=@auth/sveltekit&style=flat-square">
|
|
</a>
|
|
<a href="https://bundlephobia.com/result?p=@auth/sveltekit">
|
|
<img src="https://img.shields.io/bundlephobia/minzip/@auth/sveltekit?label=size&style=flat-square" alt="Bundle Size"/>
|
|
</a>
|
|
<a href="https://www.npmtrends.com/@auth/sveltekit">
|
|
<img src="https://img.shields.io/npm/dm/@auth/sveltekit?label=downloads&style=flat-square" alt="Downloads" />
|
|
</a>
|
|
<a href="https://npm.im/@auth/sveltekit">
|
|
<img src="https://img.shields.io/badge/TypeScript-blue?style=flat-square" alt="TypeScript" />
|
|
</a>
|
|
</p>
|
|
</p>
|
|
|
|
## Overview
|
|
|
|
This is the official SvelteKit Auth example for [Auth.js](https://sveltekit.authjs.dev).
|
|
|
|
## Getting started
|
|
|
|
You can instantly deploy this example to [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=sveltekit-auth-example) by clicking the following button.
|
|
|
|
[](https://vercel.com/new/git/external?repository-url=https://github.com/nextauthjs/sveltekit-auth-example&project-name=sveltekit-auth-example&repository-name=sveltekit-auth-example)
|