Skip to content

AutoLogin+Reconnect v0.2

Compare
Choose a tag to compare
@cmalf cmalf released this 25 Oct 19:48
· 10 commits to main since this release
14f124a

📌 Added Saved data, access_token, refresh_token in DataAccount.json.

async function setAccountData(email, password, access_token, refresh_token, profileData) {
  const accountData = { email, password, access_token, refresh_token, profileData };
  await writeFileAsync('DataAccount.json', JSON.stringify(accountData));
}

📎 Slight Improvements and More Stable Version.

✎ᝰ. NOTE

  • The Teneo team may release a major version of the Teneo node extension in the coming weeks, which will (probably) link to social media accounts like x (Twitter). Additionally, I don't think this cli version will continue to work in the main version as it is currently in beta testing.