https://github.com/hyper63/tutorial-sveltekit-authentication
SvelteKit Authentication
https://github.com/hyper63/tutorial-sveltekit-authentication
Last synced: 5 months ago
JSON representation
SvelteKit Authentication
- Host: GitHub
- URL: https://github.com/hyper63/tutorial-sveltekit-authentication
- Owner: hyper63
- Created: 2021-06-02T11:29:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T12:57:34.000Z (about 4 years ago)
- Last Synced: 2025-05-06T10:39:57.829Z (11 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 29
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
SvelteKit Authentication Demo Project
For more details checkout:
https://blog.hyper.io/sveltekit-authentication
## Developer Install Instructions
Prerequisites
* NodeJS v14+
* Git
* yarn - `npm install yarn -g`
* Github OAuth -- see blog post for more info
* .env file
VITE_CLIENT_ID
VITE_CLIENT_SECRET
```
yarn
yarn dev
```