Commit Graph

6 Commits (master)

Author SHA1 Message Date
ivan tkachenko a3e18fe9e3
Add auto generated files to .gitignore
GIT_SILENT
2021-12-17 01:57:00 +03:00
Johan Ouwerkerk d7c8eb4be4 feat: support Qt application version attribute
Automatically pick up on the CMake project version and forward it to the applicationVersion attribute of Qt.
2020-11-04 16:54:29 +01:00
Bhushan Shah 50c42a1196 No need to have separate .gitignore in android/ subdir 2020-06-11 12:12:20 +05:30
Johan Ouwerkerk ae03969f73 Add build* directories to .gitignore 2020-04-22 17:27:28 +02:00
Johan Ouwerkerk b451bd2556 Fix up licensing for REUSE compliance.
This adds licensing and copyright information where missing and normalises
existing licensing/copyright statements to SPDX metadata tags.
2020-04-10 13:34:31 +02:00
Bhushan Shah 8819d205f9 Initial code for OTP client
It uses the oath-toolkit[1] 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[2] application by the
Rodney Dawes and Michael Zanetti for the Ubuntu Touch.

[1] https://www.nongnu.org/oath-toolkit/
[2] https://github.com/dobey/authenticator-ng
2019-03-25 02:58:56 +05:30