MCPcopy Create free account
hub / github.com/InverseUI/InverseUI-Recorder / getAuthHeaders

Function getAuthHeaders

api/config.js:35–42  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

33
34// Helper function to get API headers with auth
35export function getAuthHeaders(token) {
36 return {
37 'Content-Type': 'application/json',
38 'Authorization': `Bearer ${token}`,
39 'X-Extension-ID': chrome.runtime.id,
40 'X-Extension-Version': API_CONFIG.EXTENSION.version
41 };
42}

Callers 1

sendTrackToBackendFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected