I have an automated script getting some data from an internal site. This works fine, but to log in, the user needs to authenticate using a passcode + yubikey. The user will be running the code on a machine where the yubikey is plugged into a usb port.
Question is - can I get a response from the yubikey without the user having to touch it? So, is there some way I can trigger a response from the yubikey in Javascript?