Wire Kratos self-service flows to themed routes (todo §3); enable recovery/verification via email code, add mailpit dev courier + --watch-courier

This commit is contained in:
2026-06-17 10:19:29 +02:00
parent 120e1a0929
commit f2898696e6
6 changed files with 67 additions and 9 deletions

View File

@@ -113,8 +113,9 @@ docker compose up # http://localhost:3000, live reload via `node --wa
`docker compose up` merges `compose.override.yml`, which mounts the source and
restarts the server on change. _(The Ory + Postgres services join this compose
file as they land — planned.)_ To work on your own plugin, see
[Where plugins live](#where-plugins-live-and-how-to-mount-them).
file as they land — planned.)_ Kratos recovery/verification emails are caught by
**mailpit** in dev — read the codes at http://localhost:8025. To work on your own
plugin, see [Where plugins live](#where-plugins-live-and-how-to-mount-them).
## Configuration