Thread overview
[Release] Authomata: a two-factor authentication gui app for Gnu/Linux
Oct 04, 2020
Alireza SN
Oct 05, 2020
aberba
Oct 05, 2020
Alireza SN
October 04, 2020
This weekend i had some free time and wrote this GtkD app for two-factor authentication (yes i know there are alternatives but it's a cool little project).

It still lacks a lot of functionality like edit/delete/import/export but the config file (~/.config/Authomata/config.json) is a json array so it's pretty easy make a backup or edit manually.

Give it a try:
https://github.com/TheWeirdDev/Authomata

I will add more features in the upcoming weekends :)
October 05, 2020
On Sunday, 4 October 2020 at 19:07:35 UTC, Alireza SN wrote:
> This weekend i had some free time and wrote this GtkD app for two-factor authentication (yes i know there are alternatives but it's a cool little project).
>
> It still lacks a lot of functionality like edit/delete/import/export but the config file (~/.config/Authomata/config.json) is a json array so it's pretty easy make a backup or edit manually.
>
> Give it a try:
> https://github.com/TheWeirdDev/Authomata
>
> I will add more features in the upcoming weekends :)

Nice. Will you publish it on flathub or snap store eventually?
October 05, 2020
On Monday, 5 October 2020 at 17:25:04 UTC, aberba wrote:
> Nice. Will you publish it on flathub or snap store eventually?

Thanks. I will build packages for Arch Linux and Ubuntu (Maybe AppImage too) but i'm not sure about snap or flathub since i haven't used them before.