Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
Go to file
2021-05-21 16:23:19 +02:00
app Add login and profile routes to example app for showcase and testing 2021-05-21 16:23:19 +02:00
res 🍱 Add logo 2021-05-21 16:22:51 +02:00
src Add login and profile routes to example app for showcase and testing 2021-05-21 16:23:19 +02:00
.eslintrc.cjs 🎨 Enable TS strict mode and set target to es2017 2021-05-21 15:12: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 🎨 Enable TS strict mode and set target to es2017 2021-05-21 15:12:18 +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!