Skip to content

An Android app demo for passkey authentication using Hanko backend.

License

Notifications You must be signed in to change notification settings

teamhanko/hanko-android-example

Repository files navigation

hanko-android-example

This is a rough example of how to use the hanko backend with an android app.

Usage

  1. Clone or download the source code
  2. In the app/src/res/strings.xml file change the assetlinks.json url to your url
  3. Set the BASE_URL variable in app/src/main/java/io/hanko/hanko_mobile_example/KtorClient.kt to your Hanko backend url
  4. Compile and start the app