We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(nav): add sidebar, cross-links and next-page footers Apart from Home no page linked anywhere, so anyone landing mid-wiki via search had no path onward. Adds a _Sidebar with the reading order, Next: footers chaining the pages, and inline links where topics meet (AuthStore -> Session, event handling -> Store/JSCode).
docs(session): drop stale branch note and fix login example The TTL engine note pointed at feature/alb-28, long merged into develop. The login example returned '401 unauthorized' as a 200 body instead of using the (status, body) tuple form, and used redirect() without showing its import path (htealeaf.server.utils).
docs: document new Store reactivity model and session TTL engine Store.react() was removed on develop: values are read server-side with .read(path) and the client re-fetches and reconciles the DOM after a mutation; store ids are now auto-generated per instance. Documents the HTTP verb mapping of the js store API (set/POST, update/PATCH). Session docs now cover the feature/alb-28 engine: SessionManager with sliding TTL and LRU eviction, server-generated ids that prevent fixation, and the HttpOnly/SameSite=Lax/Secure cookie attributes.
Updated documentation v0.3
add Guide folder
Updated Session (markdown)
Created Session (markdown)