● online v0.2.0 · SSO-validated
Backend per l'app mobile dei tecnici on-site NEXIM. Autenticazione delegata a auth-worldfeed.nexim.it (JWT HS256).
GET /health — health checkPOST /api/push/register — registra Expo push token (auth)DELETE /api/push/register — rimuove token device (auth)GET /api/tech/me — claims dal JWT (auth)GET /api/tech/tickets — placeholder (auth)POST /api/admin/push/test — invia push di prova (auth)Questi vivono nell'SSO: https://auth-worldfeed.nexim.it/api/auth/*
Tutte le richieste autenticate richiedono Authorization: Bearer <SSO_JWT>.