38341aa0a97448432b551bfa17f5caf41df4294c
Some checks failed
Build & Release / build (push) Has been cancelled
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.
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
Languages
HTML
53.3%
TypeScript
46.4%
Dockerfile
0.3%