Generate Two-Factor Codes
Find a file
2019-05-19 22:26:55 +02:00
build-aux New settings window 2019-05-04 14:32:20 +02:00
data Show a ok image when the pin is copied to clipboard 2019-05-19 20:21:52 +02:00
po Allow the user to select an image for a provider 2019-05-18 19:16:21 +02:00
src Let the user choose an image if we can't find one 2019-05-19 22:26:55 +02:00
tools Update providers database 2019-05-18 17:16:33 +02:00
.editorconfig LoginWidget: remove uneeded widget, use Gtk.Template 2019-02-11 15:01:59 +01:00
.gitignore New settings window 2019-05-04 14:32:20 +02:00
.gitlab-ci.yml ditch gdlib 2019-02-11 01:52:41 +01:00
CONTRIBUTING.md ditch gdlib 2019-02-11 01:52:41 +01:00
LICENSE first commit 2016-05-25 22:18:10 +02:00
meson.build Meson: fix exported data files names 2019-05-04 14:39:40 +02:00
meson_options.txt New settings window 2019-05-04 14:32:20 +02:00
README.md README: use the general guide to hack on GNOME apps 2019-02-13 20:28:39 +01:00
requirements.txt New settings window 2019-05-04 14:32:20 +02:00

Authenticator

Two-factor authentication code generator for GNOME. Created with love using Python and GTK+.

Screenshots

Features

  • QR code scanner
  • Beautiful UI
  • Huge database of more than 500 supported services
  • Keep your 2FA pin's secure by locking the application with a password

Hack on Authenticator

To build the development version of Authenticator and hack on the code see the general guide for building GNOME apps with Flatpak and GNOME Builder.

Dependecies

  • Python 3.3+
  • Gtk 3.16+
  • meson 0.48
  • ninja
  • pyotp
  • libsecret
  • Pillow
  • zbar
  • pyzbar

Flags

  • --version Shows the version number of the application
  • --debug Enable the debug logs

Credits

  • Database for applications/websites from twofactorauth, by the 2factorauth team