Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 510 Bytes

Iceblink

2FA authentication app by Snowcone Labs.

Important

The app is WIP, and not in a functioning state.

App

The app uses Expo and React Native.

Sync Server

The sync/backup server is written in Rust. It uses Axum for routing, and sqlx with SQLite for database. All data is encrypted on the client. Configuration options can be passed in the following ways:

  • Flags
  • Environment variables
  • .env

The database manages itself, and you do not have to run migrations nor create the file.