You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Capuchin platform implements standard REST guidelines consuming and producing application/json strings.
CORS rule: Currently allows all origins *. This limits credentials via explicit token distribution.
Authorizations
Include Header: Authorization: Bearer <$JWT> on restricted routes.