Hi I am trying to generate time based single sign on tokens on my Pixl and puckjs. these can then be sent to a PC or phone over BT via the keyboard HID.
My research so far says that I need the crypto.js lib from modules and OTPAuth from npm as it has no dependencies
So far I am only getting erros. I think I do not have my requires working I will post more after I get better results
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi I am trying to generate time based single sign on tokens on my Pixl and puckjs. these can then be sent to a PC or phone over BT via the keyboard HID.
My research so far says that I need the crypto.js lib from modules and OTPAuth from npm as it has no dependencies
So far I am only getting erros. I think I do not have my requires working I will post more after I get better results