Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InverseUI/InverseUI-Recorder
/ getAuthToken
Function
getAuthToken
api/auth.js:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
* @returns {Promise<string|null>}
85
*/
86
export
async
function
getAuthToken() {
87
return
await
getTokenFromCookie();
88
}
89
90
/**
91
* Open login page in
new
tab
Callers
1
sendTrackToBackend
Function · 0.90
Calls
1
getTokenFromCookie
Function · 0.85
Tested by
no test coverage detected