Go to file
Bhushan Shah 4167771636 Add license file [skip ci] 2019-03-25 03:32:29 +05:30
cmake Initial code for OTP client 2019-03-25 02:58:56 +05:30
flatpak Initial code for OTP client 2019-03-25 02:58:56 +05:30
src Initial code for OTP client 2019-03-25 02:58:56 +05:30
.gitignore Initial code for OTP client 2019-03-25 02:58:56 +05:30
.gitlab-ci.yml Add gitlab ci configuration to build the flatpak package 2019-03-25 03:01:15 +05:30
CMakeLists.txt Initial code for OTP client 2019-03-25 02:58:56 +05:30
COPYING Add license file [skip ci] 2019-03-25 03:32:29 +05:30
README.md Initial code for OTP client 2019-03-25 02:58:56 +05:30
org.kde.otpclient.appdata.xml Initial code for OTP client 2019-03-25 02:58:56 +05:30
org.kde.otpclient.desktop Initial code for OTP client 2019-03-25 02:58:56 +05:30
org.kde.otpclient.json Initial code for OTP client 2019-03-25 02:58:56 +05:30

README.md

OTP client

It uses the oath-toolkit provided library liboath to generate the 2FA codes, both TOTP and HOTP based. Currently it is largely untested. From initial rough testing it seems that auto-refreshing of code is not working. Also button to refresh token for HOTP is also dummy at moment.

Some todo items include,

  • Verify the generated oath code is correct
  • Make refreshing token work
  • QR code scanning
  • Backup and Restore of accounts
  • Clipboard support to automatically copy code.
  • Encrypted storage of the secret token

This code is largely based on the authenticator-ng application by the Rodney Dawes and Michael Zanetti for the Ubuntu Touch.