Hi All,
I have created a 2FA provider for the Yubikey OTP token. This is my first app for publication so I would appreciate it if someone could give me a little advice before I submit it to the app store.
It is heavily based on twofactor_totp.
I have included the Yubikey PHP authentication library but am not sure if I have included it properly. I am pulling it into the code via a require statement, should I be using the autoloader for this? (and if so how?)
Also I am not sure what I should be putting in as the supported owncloud versions - how does oc version numbers map to nc versions?
Any pointers would be helpful.
TIA