Two-Factor Authentication (2FA) App compatible with andOTP file format
This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dawid Wysokiński 174e667b64
refactor: don't export the generateOTP fn, extract a few constants, update command usages (#13)
2022-05-20 06:54:58 +02:00
.github/workflows feat: add two new workflows (golangci-lint and test) (#7) 2022-05-18 06:40:19 +02:00
internal refactor: don't export the generateOTP fn, extract a few constants, update command usages (#13) 2022-05-20 06:54:58 +02:00
.gitignore init 2022-03-27 18:42:27 +02:00
.golangci.yml feat: add two new workflows (golangci-lint and test) (#7) 2022-05-18 06:40:19 +02:00
LICENSE add LICENSE 2022-03-27 18:45:49 +02:00
go.mod feat: add simple TUI (#11) 2022-05-19 16:38:24 +02:00
go.sum feat: add simple TUI (#11) 2022-05-19 16:38:24 +02:00
main.go refactor: don't export the generateOTP fn, extract a few constants, update command usages (#13) 2022-05-20 06:54:58 +02:00
renovate.json Add renovate.json 2022-03-27 16:42:39 +00:00