Self-service Svelte node for Ory Kratos. It has no style or decoration. Apply your custom style according to your application.
git
,nodejs
andyarn
must be installed- a working
Ory Kratos
is needed
git clone https://github.com/emrahcom/kratos-selfservice-svelte-node.git
cd kratos-selfservice-svelte-node
yarn install
Change src/lib/config.ts
according to your environment.
export const KRATOS = "https://kratos.mydomain.corp";
export const APP = "https://app.mydomain.corp";
yarn run dev --host --port 3000
yarn run build
node build/index.js
-
Landing page
/
-
Secure dashboard
/dashboard
-
Registration
/registration
-
Login
/login
-
Settings
/settings
-
Recovery
/recovery
-
Verification
/verification
-
Logout
/logout