Session auth
Install
npx ChromeKit-Org/cli add session-authlet response = await chrome.runtime.sendMessage({
message: {
type: "fetch-cookie"
}
});
console.log(response.cookie);Last updated
npx ChromeKit-Org/cli add session-authlet response = await chrome.runtime.sendMessage({
message: {
type: "fetch-cookie"
}
});
console.log(response.cookie);Last updated