Generate Two-Factor Codes
Find a file
2019-05-26 00:24:17 +02:00
build-aux Implement a database migration manager using yoyo 2019-05-25 18:12:15 +00:00
data Edit: fix saving accounts on edit 2019-05-25 14:13:12 +02:00
hooks Add pre-commit hook 2019-05-25 23:20:02 +02:00
po Update POTFILES.in 2019-05-25 15:49:41 +02:00
src Migrations: Case insensitive during accounts migrations 2019-05-26 00:24:17 +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 Meson: update minimum version to 0.50 and clean up 2019-05-24 04:33:49 +02:00
.gitlab-ci.yml Fix code style 2019-05-25 15:34:10 +02:00
CONTRIBUTING.md Update translation link 2019-05-20 18:19:05 +02:00
LICENSE Correct license 2019-05-20 04:54:03 +02:00
meson.build Add pre-commit hook 2019-05-25 23:20:02 +02:00
meson_options.txt New settings window 2019-05-04 14:32:20 +02:00
README.md README: use a new screenshot 2019-05-21 16:13:31 +02:00
requirements.txt Implement a database migration manager using yoyo 2019-05-25 18:12:15 +00:00
yoyo.ini Implement a database migration manager using yoyo 2019-05-25 18:12:15 +00:00

Authenticator

Two-factor authentication application built for GNOME.

Screenshots

screenshot

Features

  • QR code scanner
  • Beautiful UI
  • Huge database of more than 560 supported services
  • Keep your PIN tokens secure by locking the application with a password
  • Automtically fetch an image for services using their favicon
  • The possibility to add new services

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.

Credits

  • We ship a database of providers based on twofactorauth, by the 2factorauth team