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

https://github.com/clearfeld/aspis-flutter

Cross platform 2FA app
https://github.com/clearfeld/aspis-flutter

2fa 2fa-client 2fa-mobile

Last synced: about 1 month ago
JSON representation

Cross platform 2FA app

Awesome Lists containing this project

README

        

# Aspis

Aspis is a free, secure, and open source 2FA app targeting all major platforms, check the table below for current platform support.

| Android | iOS | Windows | MacOS | Linux | Web |
|--------------------|-----------|---------------------|---------------------|---------------------|-----|
| :heavy_check_mark: | Planned | :heavy_check_mark:* | :heavy_check_mark:* | :heavy_check_mark:* | ✖️ |

## Screenshots

Screenshot-1-Dark
Screenshot-2-Dark
Screenshot-1-Light
Screenshot-2-Light

## Features

* Free and open source
* Secure
* Password required (Encrypted realm db vault)
* Supports HTOP and TOTP codes
* Add QR Codes
* Scan QR codes (mobile systems only)
* Manual entry
* Dark and light themes

## Getting Started
### Realm

Must run the following command, when new realm models are added or modified.

```bash
flutter pub run realm generate
```

### i18n

Must run the following command, when new translations are added.

```bash
flutter gen-l10n
```