hueodev / pkit-auth

Pocketbase & Sveltekit authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sveltekit & Pocketbase Auth

SvelteKit and Pocketbase authentication system

mockup

Getting started

If you are not using the default pocketbase url you can change it in the Hooks file. you can also add a SMTP server in pocketbase settings if you want email verifecation etc.

To get started, run the following commands:

# Install dependencies
npm install

# Start the dev server
npm run dev

# Start Pocketbase
./pocketbase serve

Code

All code is distributed under the MIT license.

About

Pocketbase & Sveltekit authentication

License:MIT License


Languages

Language:Svelte 61.7%Language:JavaScript 32.2%Language:SCSS 3.5%Language:HTML 2.6%