sveltekit-pocketbase-auth

Sveltekit Pocketbase Auth

Source code for the 'Authentication with SvelteKit & PocketBase' video on my YouTube channel

SvelteKit & PocketBase Auth

This project was built in a video on my YouTube channel and is a basic integration of PocketBase into a SvelteKit application to enable user authentication and basic route protection.

Get Started

You will need to have a PocketBase server running on localhost:8090 for this to function out of the box

Setup Starter Code

git clone --single-branch --branch starter git@github.com:huntabyte/sveltekit-pocketbase-auth.git

OR

Final Source Code

Clone this repository

git clone git@github.com:huntabyte/sveltekit-pocketbase-auth.git

Install dependencies

npm i

Run Development Server

npm run dev

Top categories

Loading Svelte Themes