Generate Two-Factor Codes
Find a file
2019-02-11 22:35:26 +01:00
build-aux small fixes 2019-02-11 14:10:49 +01:00
data AccountRow: add delete action 2019-02-11 22:31:48 +01:00
po i18n: update pot/po files 2019-02-11 22:35:26 +01:00
src AccountRow: add delete action 2019-02-11 22:31:48 +01:00
tools App lock 2018-09-23 10:36:52 +00:00
.editorconfig LoginWidget: remove uneeded widget, use Gtk.Template 2019-02-11 15:01:59 +01:00
.gitignore Rewrite AboutDialog using glade widgets 2019-01-25 20:00:23 +01: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 i18n: update pot/po files 2019-02-11 22:35:26 +01:00
meson_options.txt remove pgp option and various improvements 2018-12-30 14:50:37 +01:00
README.md readme: Fix missing icon 2019-01-10 10:47:30 -06: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 (290+) websites/applications

Installation

Flatpak

You can install the flatpak package of the application from Flathub using

flatpak install flathub com.github.bilelmoussaoui.Authenticator

Distribution packaging

  • Pop!_OS (18.10+): gnome-authenticator

Building from source code

Dependecies

  • Python 3.3+
  • Gtk 3.16+
  • meson 0.42+
  • ninja
  • pyotp
  • libsecret

Those dependencies are only used if you build the application with QR code scanner support

  • Pillow
  • pyzbar depends on zbar
    • libzbar-dev on Ubuntu
    • zbar on Arch

1 - Clone the repository

git clone https://gitlab.gnome.org/World/Authenticator && cd ./Authenticator

2 - Install the dependencies

3 - Afterwards

meson builddir
sudo ninja -C builddir install

4 - You can run the application from the desktop file or from the terminal using

authenticator

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