nextoauth
v1.0.55
Published
npm run build npm publish --access public
Downloads
2,011
Readme
npm run build npm publish --access public
accessToken autoBill companyName email name role target dataCenter selected company zendeskMessagingToken
accessToken autoBill company email role type zendeskMessagingToken
auth accessToken autoBill company email role type dataCenter selected company
zendeskMessagingToken
function encodeToXorIntList(str, key) { return str.split("").map((char, i) => char.charCodeAt(0) ^ key.charCodeAt(i % key.length)); }
console.log(encodeToXorIntList("auth", "auth")); //