Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A Material You Two-factor Authentication app

Awesome Lists containing this project

README

        

App icon

# 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
Auth screen
Home screen empty
Add account dialog
Add account screen
Home screen with accounts
Edit account screen
Sort options
Account selection
Settings screen
About screen

# 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 .
```