Simple authenticator application for your Two-Factor Authentication needs. Supports only TOTP.
- Add new accounts
- Generate TOTP codes
- Copy TOTP codes to clipboard
- Supports dark mode
- Pin accounts to the top of the list
This project is written in Kotlin and uses the following libraries:
- Room for database
- Hilt for dependency injection
- Coroutines for asynchronous programming
- Jetpack Compose for UI
- Kotlin Serialization for serialization