Skip to content

Repository files navigation

ThunderID Android SDK

Android SDK for ThunderID. Provides authentication and user management for native Android applications.

Installation

Gradle

dependencies {
    implementation("dev.thunderid:android:0.1.0")
}

For Jetpack Compose UI components, also add:

dependencies {
    implementation("dev.thunderid:compose:0.1.0")
}

Make sure your project's settings.gradle.kts includes the ThunderID Maven repository:

dependencyResolutionManagement {
    repositories {
        maven("https://maven.thunderid.dev/releases")
    }
}

License

This project is licensed under the Apache License 2.0

About

Developer resources for building Android applications with ThunderID

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages