Hey!

I basically want to replace the Google Authenticator app in style and functionality:

  1. List all TOTP tokens and their validity time (with a name and order I decide).
  2. Allow me to periodically or on change back up the whole thing to some off-site storage, keeping the last N backups.
  3. Have a native app for Android or an actually good PWA.
  4. Don’t do magic bullshit like fetching icons, hide tokens, etc.
  5. Be actually secure (i.e. don’t roll your own auth)
  6. Just be a TOTP manager, and nothing more! No, I’m not interested in a password manager, thank you. I also don’t want any other OTP methods I don’t use.
  7. Don’t be a one-man projects where the availability is not clear in >1 year.

Any experience is welcomed. Thank you!

Edit: Thanks for all the great ideas, I just set up 2FAuth which seems to be the most minimalist and single-feature thing to self-host. I’ll evaluate how it performs but keep a backup in Google Authenticator. It does not match #7 but it seems to be actively used by the author and gets constant updates and fixes, so it’s most likely fine, I guess.

There is a 3rd-party app for it, but this app seems to be pretty much dead (last release in July 2025 and not in any app store) – or at least not released anymore but still worked on but only in the repository.

  • Lka1988@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    6
    ·
    4 days ago

    Aegis Authenticator hits every one of your points. I know because I have the same requirements for a TOTP application.

    I also use KeePass for all of my passwords. KeePass can do TOTP, but I prefer that to remain separate.

  • justme@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    I’m using freeotp+ I don’t know if it’s any fancy, bit never had issues with it (I’m using it rather rarely)

  • airikr@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 days ago

    If you want to have them locally stored with export and import capability: Aegis.

    If you want them in the cloud: Bitwarden. Just make sure to backup the 2FA tokens every now and then.

    • 𝘋𝘪𝘳𝘬@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 days ago

      Aegis seems to be just an app. The thing is, that I see an app as second option for accessing the data. I’d like to have a selfhosted service that is accessible independent from a device and – for convenience – has an app, too.

      • Amju Wolf@pawb.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        Then use KeePass(XC) and don’t put your passwords in that database. Has/does everything you want if you can survive that it can also do more.

        Has support for Steam OTP codes too.

      • airikr@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 days ago

        Ah, ok. Sounds like it’s 2FAuth you’re after. There’s an app for it, too: auff. Or Bitwarden (Vaultwarden if you want everything that Bitwarden have with no paywalls.

        • 𝘋𝘪𝘳𝘬@lemmy.mlOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 days ago

          Thank you! 2FAuth looks very promising. Especially with the Android app! I need to check out the repo and history when I’m back home, though. It seems to be a one-man show.

          • airikr@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 days ago

            Yes, I agree and I have been thinking about install it and use it, too. But I do have Vaultwarden installed already :)

  • markstos@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 days ago

    Store the secrets on a Yubikey. They are unstealable then.

    Yubico has their own GUI app or you can wrappers for their CLI tool to use something like dmenu, rofi or Fuzzel to pick one.

  • vegetaaaaaaa@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 days ago

    No, I’m not interested in a password manager, thank you

    Ok. But since you already use a password manager (right?), why not use its built-in TOTP management. Why do you need yet-another-separate app?

    If I really had to, I’d recommend Aegis.

    But I’ll still recommend using a password manager (I use KeepassXC on desktop and KeepassDX on Android).

    • Coleslaw4145@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 days ago

      Why do you need yet-another-separate app?

      To keep your two factor codes and passwords separate in the event that your password manager is breached.

      Also if you need a 2FA code to log into your password manager, how are you going to get it if its in the password manager that you can’t log into without the 2FA code inside it?

      • fizzle@quokk.au
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 days ago

        This question comes up all the time with KeepassXC… like its not a 2nd factor if the TOTP is in the same app as the password.

        Factor 1 is knowing the master password, and

        Factor 2 is having the password file.

        Im not trying to suggest the KeepassXC is the best for all uses, but its sufficient for me in this context.

      • vegetaaaaaaa@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 days ago

        Fair enough.

        I decided against web/network-based password managers for my personal needs since the additional attack surface is a concern. A Keepass database file synced across machines strikes a good balance for me (requires password + keyfile to open). It’s also simple to backup and protect.

        So yeah, for you use case, I’d recommend Aegis Authenticator.

  • dieTasse@feddit.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 days ago

    You might want to check Ente Auth. Not sure how many checkboxes it ticks for you but I know people are quite happy with it.

  • solrize@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 days ago

    I’m using FreeOTP from F-droid and imho it suffices if you’re going to use a phone app at all. The ability to back up OTP keys in principle defeats the concept of 2FA but it’s hard to live without, once you have enough keys. The thing about retain last N backups is hard to enforce without special arrangements in your backup scheme.

        • SayCyberOnceMore@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 days ago

          Hmmm.

          I’ve just noticed that FDroid FreeOTP (no “+”) is newer (updated 3 weeks ago) than FreeOTP+ (updated 2 years ago)… which I thought it was a fork of…

          Ok, thanks, I might have to reassess…

          @[email protected] - I presume you’re using the non-plus version??

          • solrize@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 days ago

            I don’t see a plus. It says “FreeOTP version 2.0.6 (48) © 2013-2023 - Red Hat Inc, et al”. But I think I’ve gotten updates more recently than 2023.