Skip to content

algorandfoundation/liquid-auth-android

Repository files navigation

Liquid Auth Client

This is a client library for the Liquid Auth service. It provides a simple way to authenticate users and create peer connections

Overview

This project has two main components:

  1. foundation.algorand.auth: A client library for the liquid-auth service
  2. foundation.algorand.demo: A demo application that uses the client library

Quick Start

This app is a simple android application that demonstrates the use of the liquid-auth service. It allows users to authenticate with the service and create peer connections.

Installation

Prebuild APK

  1. Download the latest release on an Android device
  2. You may need to enable permissions to install the app

Liquid Auth Service

Start a demo liquid-auth application or navigate to a liquid-auth enabled service in your browser to test the FIDO2 feature.

Building

Clone the repository and open in Android Studio

git clone git@github.com:algorandfoundation/liquid-auth-android.git

Connect a device and run the demo target on a device, it is recommended to use a physical device for testing.

Make sure to also start the liquid-auth service on your local machine or a remote server.

Integration Guide

See the integration guide for more information on how to integrate the liquid-auth service into your application.

Packages

 
 
 

Contributors