Internal Platform

Ceer

Three modules, one application. Pick where you want to work.

Authentication is disabled

Nothing is protected. The frontend asks for no login, and the API answers unauthenticated requests and enforces no permissions, so anyone who can reach it has full read and write access. This is a demo setting — never expose it. Turn it off with AUTH_DISABLED=false and NEXT_PUBLIC_AUTH_DISABLED=false in the backend env, then restart. See backend/config/auth.php and src/lib/auth-bypass.ts.