Castle adds real-time monitoring of your authentication stack, instantly notifying you and your users on potential account hijacks.
With Version 4.0.0, this repository provides an empty shell, and all code is moved to a private repository. Access via Maven Central stays the same. Migration Guide
- Android 8.0 (SDK 26)
The preferred Android integration is to consume the Castle SDK from Maven Central with Gradle.
dependencies {
implementation("io.castle.android:castle:4.0.0")
}Please see the Mobile Integration Guide.