Issue Fusor token
fusor
Issue Fusor token
Issues a short-lived LightAuth JWT bound to the Photon Fusor service (codes.photon.spectrum.fusor) and the requesting project. Use Authorization: Basic base64(projectId:projectSecret). Returns { token, expiresIn } where expiresIn is the TTL in seconds. The token’s sub is the project id; downstream Fusor services should treat it as the project-scoped capability.
POST
Issue Fusor token
Path Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$