Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartbrew/chartbrew
/ removeAuthToken
Function
removeAuthToken
client/src/modules/auth.js:13–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
export
function
removeAuthToken() {
14
cookie.remove(tokenKey, { path:
"/"
});
15
return
"done"
;
16
}
Callers
1
redirectUser
Function · 0.90
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected