Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x1nto/mauth
A Material You Two-factor Authentication app
https://github.com/x1nto/mauth
2fa 2fa-client 2factor android google-authenticator hotp jetpack-compose jetpack-compose-app kotlin kotlin-android-application otp totp two-factor-authentication two-factor-authenticator
Last synced: 9 days ago
JSON representation
A Material You Two-factor Authentication app
- Host: GitHub
- URL: https://github.com/x1nto/mauth
- Owner: X1nto
- License: gpl-3.0
- Created: 2022-09-16T13:55:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T20:11:51.000Z (2 months ago)
- Last Synced: 2024-08-28T21:41:34.487Z (2 months ago)
- Topics: 2fa, 2fa-client, 2factor, android, google-authenticator, hotp, jetpack-compose, jetpack-compose-app, kotlin, kotlin-android-application, otp, totp, two-factor-authentication, two-factor-authenticator
- Language: Kotlin
- Homepage:
- Size: 4.47 MB
- Stars: 392
- Watchers: 8
- Forks: 15
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mauth
[![CI](https://img.shields.io/github/actions/workflow/status/X1nto/Mauth/build.yml?branch=master&color=blue&style=for-the-badge)](https://github.com/X1nto/Mauth/actions?query=branch%3Amaster)
[![F-Droid](https://img.shields.io/f-droid/v/com.xinto.mauth.svg?logo=F-Droid&color=green&style=for-the-badge)](https://f-droid.org/en/packages/com.xinto.mauth)
[![Releases](https://img.shields.io/github/release/X1nto/Mauth.svg?logo=github&color=171515&style=for-the-badge)](https://github.com/X1nto/Mauth/releases)Mauth (pronounced Moth) is a Two-Factor Authentication app with support for TOTP and HOTP. It is also fully compatible with Google Authenticator.
Logo by [@wingio](https://github.com/wingio)
# Inspiration
While there are many 2FA authenticator apps out there, most of them come with an outdated UI/UX and functionality. Mauth aims to be as intuitive and feature-rich as possible, while also providing a beautiful Material You UI.# Features
- [x] Compatibility with Google Authenticator
- Security
- [x] Biometrics
- [x] PIN
- Ways to add your accounts
- [x] Scanning a QR code
- [x] Using a camera
- [x] From an image
- [x] Manually
- [x] Deeplinks
- Algorithms
- [x] TOTP
- [x] HOTP
- Organization
- [ ] Search
- [x] Sorting
- [ ] Grouping
- [x] Editing
- [x] Deletion
- Exporting
- [ ] Plain text
- [ ] Encrypted data
- Importing
- [ ] Google Authenticator
- [ ] Authy
- [ ] Aegis
- [ ] Microsoft Authenticator# Screenshots
# Download
Mauth is available on F-Droid and GitHub Releases page.
[](https://f-droid.org/en/packages/com.xinto.mauth)
[](https://github.com/X1nto/Mauth/releases)# License
```
Mauth is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```