Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
Go to file
2021-05-21 12:03:47 +02:00
app Use file: instead of link: for local dependency to svelte-kit-auth 2021-05-21 12:03:47 +02:00
src 🎨 Make Auth class default export of lib 2021-05-20 20:14:54 +02:00
.eslintrc.cjs 🎉 Initialize NPM project and install dependencies 2021-05-17 18:47:18 +02:00
.gitattributes Initial commit 2021-05-17 18:34:30 +02:00
.gitignore 🙈 Add dist/ folder to .gitignore 2021-05-17 19:01:16 +02:00
.npmrc 🎉 Initialize NPM project and install dependencies 2021-05-17 18:47:18 +02:00
.prettierignore 🎉 Initialize NPM project and install dependencies 2021-05-17 18:47:18 +02:00
.prettierrc 🎉 Initialize NPM project and install dependencies 2021-05-17 18:47:18 +02:00
LICENSE Initial commit 2021-05-17 18:34:30 +02:00
package-lock.json 🚨 Add Svelte dev dependencies 2021-05-17 19:00:01 +02:00
package.json 🔧 Add exports and types to package.json and update tsconfig.json for Vite-compatible build output 2021-05-20 19:58:27 +02:00
README.md 🎨 Lint files 2021-05-17 18:48:08 +02:00
tsconfig.json 🔧 Add exports and types to package.json and update tsconfig.json for Vite-compatible build output 2021-05-20 19:58:27 +02:00
yarn.lock 🔧 Add exports and types to package.json and update tsconfig.json for Vite-compatible build output 2021-05-20 19:58:27 +02:00

SvelteKitAuth

Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!