Go to file
Rokojori e89a372152 auth: replace local session auth with rokojori-auth JWT integration
Removes express-session, bcryptjs, local user system, login/register pages,
and email module. Adds JWT verification middleware (cookie + Bearer header),
cookie-parser, and redirects login/logout to account.rokojori.com.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-13 14:45:06 +02:00
scripts fix: copy CSS/SVG static assets in build step; fix mkdirSync to use recursive 2026-07-12 15:20:35 +02:00
source auth: replace local session auth with rokojori-auth JWT integration 2026-07-13 14:45:06 +02:00
workspace history: rokojori-auth built and deployed, Roject integration planned 2026-07-13 13:54:11 +02:00
.gitignore refactor: restructure project into source/ and build/; add source/pages/ + copy-pages build step 2026-07-12 14:01:01 +02:00
.gitmodules refactor: restructure project into source/ and build/; add source/pages/ + copy-pages build step 2026-07-12 14:01:01 +02:00
CLAUDE.md initial commit: source, workspace docs, locale system, gitignore 2026-07-06 19:28:59 +02:00
package-lock.json auth: replace local session auth with rokojori-auth JWT integration 2026-07-13 14:45:06 +02:00
package.json auth: replace local session auth with rokojori-auth JWT integration 2026-07-13 14:45:06 +02:00
tsconfig.client.json refactor: restructure project into source/ and build/; add source/pages/ + copy-pages build step 2026-07-12 14:01:01 +02:00
tsconfig.json refactor: restructure project into source/ and build/; add source/pages/ + copy-pages build step 2026-07-12 14:01:01 +02:00
tsconfig.ts-node.json refactor: restructure project into source/ and build/; add source/pages/ + copy-pages build step 2026-07-12 14:01:01 +02:00