sk-auth
Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
File Explorer
Download Latest Version (.zip)- lint-on-pr.yml
- npm-publish.yml
- appAuth.ts
- [...auth].ts
- __layout.svelte
- index.svelte
- login.svelte
- profile.svelte
- app.html
- app.postcss
- global.d.ts
- hooks.ts
- logo.svg
- .eslintignore
- .eslintrc.cjs
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc
- package.json
- postcss.config.cjs
- README.md
- svelte.config.js
- tailwind.config.cjs
- tsconfig.json
- yarn.lock
- package.json
- package.json
- banner.png
- logo.svg
- helpers.ts
- index.ts
- signIn.ts
- signOut.ts
- types.ts
- base.ts
- facebook.ts
- github.ts
- google.ts
- index.ts
- oauth2.base.ts
- oauth2.ts
- reddit.ts
- spotify.ts
- twitch.ts
- twitter.ts
- auth.ts
- helpers.ts
- index.ts
- interfaces.ts
- path.ts
- types.ts
- .eslintignore
- .eslintrc-shared.cjs
- .eslintrc.cjs
- .gitattributes
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc
- LICENSE
- package.json
- README.md
- rollup.config.js
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/Dan6erbond/sk-auth
Downloads the entire project code from GitHub to your computer.
cd sk-auth
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i sk-auth --save
Type this command into your terminal and run it.
yarn add sk-auth
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
