A SvelteKit starter template integrated with Hanko.io Auth.
Hanko.io is great open source alternative if you want to go passowrdless with your auth (Passkeys, Passcodes, Security Keys, OAuth, ...).
The template uses both [<hanko-auth>] & [<hanko-profile>] web componenets for login and profile.
To get started with SvelteKit-Hanko-Auth, first clone the repo:
git clone https://github.com/SimoMay/sveltekit-hanko-auth.gitThen install the dependencies:
cd sveltekit-hanko-auth
pnpm installReplace the example env file:
mv .env.example .envStart a development server:
pnpm devTo create a production version of your app:
pnpm buildYou can preview the production build with pnpm preview.
To deploy your app, you may need to install an adapter for your target environment.