TiCore Auth
slug: auth
Full user accounts out of the box: register, login, logout, and an account page, with hardened sessions and roles. It is SQLite-backed and self-contained — it creates its own tables on first boot (no migration step). On registration it also wires up the guest and auth middleware aliases, so you can gate routes the moment it is installed.
Capabilities of TiCore Auth
- Register / login / logout / account flows (SQLite-backed, self-contained)
- Hardened sessions (HttpOnly / Secure / SameSite + regeneration)
- Roles, plus GET/POST /login and /register (named routes)
- Provides the guest (GuestOnly) and auth (AuthMiddleware) middleware aliases
env: AUTH_DB_PATH (optional)
bin/ticore addon add auth