An open API service indexing awesome lists of open source software.

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

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
```