Ryan Moon 38341aa0a9
Some checks failed
Build & Release / build (push) Has been cancelled
fix: switch from httpOnly cookies to localStorage Bearer token auth
Cookie-based auth was unreliable through Cloudflare/nginx proxy — cookie
was being sent for some requests but not others. Switch to returning JWT
in login response, storing in localStorage, and sending as Authorization
Bearer header on all API calls. Eliminates all cookie/SameSite/Secure
proxy issues.
2026-04-03 18:09:24 -05:00
2026-04-03 06:23:56 -05:00
2026-04-03 06:23:56 -05:00
2026-04-03 23:03:52 +00:00
2026-04-03 06:23:56 -05:00

lunarfront-manager

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.11. Bun is a fast all-in-one JavaScript runtime.

Description
No description provided
Readme 445 KiB
Languages
HTML 53.3%
TypeScript 46.4%
Dockerfile 0.3%