chore: client Keycloak bonsai-android (client public dédié mobile)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@ android {
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
versionName = "0.0.9"
|
||||
versionName = "0.0.10"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ class BonsaiAuthManager @Inject constructor(
|
||||
const val DEFAULT_API_URL = "https://bonsai.goutailler-olivier.com/api"
|
||||
private const val KEYCLOAK_BASE = "https://auth.goutailler-olivier.com"
|
||||
private const val REALM = "bonsai"
|
||||
private const val CLIENT_ID = "bonsai-webapp"
|
||||
private const val CLIENT_ID = "bonsai-android"
|
||||
private const val KEY_ACCESS_TOKEN = "access_token"
|
||||
private const val KEY_REFRESH_TOKEN = "refresh_token"
|
||||
private const val KEY_EXPIRES_AT = "expires_at"
|
||||
|
||||
Reference in New Issue
Block a user