@neauoire For 2FA authentication, I have a horrible gross 10 line shell script that calls oathtool to generate the one time pass number. So far, every site has had a “can't scan the QR code?” button that's let me get the magic number to feed into oathtool without scanning a QR code.
The script basically does this: `oathtool -b --totp $MAGIC_NUMBER`