This repository is originally posted at not found now. But for unknown reason, the repository and user is deleted from GitHub. The whole backup is at nnyyxxxx branch.
A simple terminal-based authenticator app written in Rust that generates TOTP codes.Auth is available on my repo
Pre-built binaries can be found in the releases page
The built binary will be located inside target/release/
, Then it can be placed in /usr/bin/
.
sudo pacman -S --needed rust git base-devel
git clone https://github.com/xsy420/auth.git
cd auth
cargo build --release