Open Source - Template Auth UI
Is a template UI with an authentication and authorization system.
programmers or developers: front-end or full stack that already have backend API.
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.
Clean Code ✅
Fast to configure ✅
Easy to understand ✅
Token handlers ✅
Cookies handlers ✅
Session/LocalStorage Cache handlers ✅
First steps:
- install NodeJS
- clone this repository
- edit configs.ts which is available in .../src/lib/
Install packages
npm install
Turn on-line
npm run dev -- --open
/account
{ "username": "Person Name", "email": "[email protected]" }
/login
{ "token": "Bearer whateverToken" }
you must change API [url, endpoints]
easy change config.ts , available on ../src/lib/components/ file
Optional
easy change theme.ts , available on ../src/lib/components/ file
Requests
More coming soon