sveltekit-auth-template

Sveltekit Auth Template

SvelteKit user template authentication, authorization model for sveltekit, cookies, token auth sveltekit, template user token sveltekit

Open Source - Template Auth UI

What is? 🔍

Is a template UI with an authentication and authorization system.

preview

Who is this for? 💻

programmers or developers: front-end or full stack that already have backend API.

Why should I use this? 🤔

It's a faster way to start build your website, if you want to streamline your work while saving coding time using an already created template, well, this is for you. It will continuous be updated to newests versions of SvelteKit.

Features ✔️

Clean Code ✅
Fast to configure ✅
Easy to understand ✅
Token handlers ✅
Cookies handlers ✅
Session/LocalStorage Cache handlers ✅

How to use? 📝

First steps:


Install packages
npm install

Turn on-line
npm run dev -- --open

⚠️ Expected JSON data from API ⚠️

/account

{ "username": "Person Name", "email": "person@email.com" }

/login

{ "token": "Bearer whateverToken" }


Required: 🔴

you must change API [url, endpoints]
easy change config.ts , available on ../src/lib/components/ file

preview


Optional
easy change theme.ts , available on ../src/lib/components/ file

preview

Design Architecture ♻️

Requests

preview
More coming soon

Top categories

Loading Svelte Themes