This is a client library for the Liquid Auth service. It provides a simple way to authenticate users and create peer connections
This project has two main components:
- foundation.algorand.auth: A client library for the liquid-auth service
- foundation.algorand.demo: A demo application that uses the client library
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.
- Download the latest release on an Android device
- You may need to enable permissions to install the app
Start a demo liquid-auth application or navigate to a liquid-auth enabled service in your browser to test the FIDO2 feature.
Clone the repository and open in Android Studio
git clone git@github.com:algorandfoundation/liquid-auth-android.gitConnect 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.
See the integration guide for more information on how to integrate the liquid-auth service into your application.