mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-10-26 10:22:56 +01:00
Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
* ⚰️ Remove `package-lock.json` to avoid conflicts with Yarn * ⚰️ Remove `jwt.ts` * 🏗️ Setup Rollup with entry module `package.json` files and use named exports exclusively for compatibility with CommonJS * ⬆️ Use `file:..` instead of `link:..` in demo app to test local installation * 🏷️ Export types as individual files to avoid protected access errors * 🚨 Explicit `export types` * 💚 Use ESBuild to bundle with Rollup, update Rollup deps and types * 🐛 Remove usage of SvelteKit modules Disable implicitly updating session, routing and getting redirect URL from SvelteKit modules due to missing exports. |
||
|---|---|---|
| app | ||
| client | ||
| providers | ||
| res | ||
| src | ||
| .eslintrc.cjs | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| tsconfig.json | ||
| yarn.lock | ||
SvelteKitAuth
Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!