Generate Two-Factor Codes
Find a file
2018-10-23 00:01:19 +02:00
Authenticator account.py: Check if tags are empty before setting provider 2018-10-22 13:04:39 -04:00
data Merge branch 'hdycolumn' into 'master' 2018-10-21 18:15:38 +00:00
po Added translation using Weblate (Portuguese (Brazil)) 2018-10-23 00:01:19 +02:00
subprojects Refactor the code (#88) 2018-09-09 14:48:49 +02:00
tools App lock 2018-09-23 10:36:52 +00:00
.editorconfig App lock 2018-09-23 10:36:52 +00:00
.gitignore App lock 2018-09-23 10:36:52 +00:00
.gitlab-ci.yml Allow dual install of Authenticator 2018-10-19 15:40:48 -04:00
.gitmodules Refactor the code (#88) 2018-09-09 14:48:49 +02:00
authenticator-search-provider.py.in Allow dual install of Authenticator 2018-10-19 15:40:48 -04:00
authenticator.py.in Allow dual install of Authenticator 2018-10-19 15:40:48 -04:00
com.github.bilelmoussaoui.Authenticator.json Merge branch 'hdycolumn' into 'master' 2018-10-21 18:15:38 +00:00
LICENSE first commit 2016-05-25 22:18:10 +02:00
meson.build Allow dual install of Authenticator 2018-10-19 15:40:48 -04:00
meson_options.txt Allow dual install of Authenticator 2018-10-19 15:40:48 -04:00
meson_post_install.py App lock 2018-09-23 10:36:52 +00:00
README.md App lock 2018-09-23 10:36:52 +00:00
TODO.md App lock 2018-09-23 10:36:52 +00: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

Building from source code

Dependecies

  • Python 3.3+
  • Gtk 3.16+
  • meson 0.42+
  • ninja
  • pyotp
  • libsecret
  • python-gnupg
  • gnupg

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