moltmobile-android/app
James (ClawdBot) a1e94f559f fix: Use correct device auth payload format for signature
The signature payload was incorrect. Changed from:
  $nonce:$signedAt

To gateway's expected v2 format:
  v2|deviceId|clientId|clientMode|role|scopes|signedAtMs|token|nonce

This matches the buildDeviceAuthPayload() function in Clawdbot's
gateway/device-auth.js module.
2026-01-28 19:33:39 +00:00
..
src/main fix: Use correct device auth payload format for signature 2026-01-28 19:33:39 +00:00
build.gradle.kts Switch from i2p/eddsa to Bouncy Castle for Ed25519 2026-01-28 19:25:57 +00:00
proguard-rules.pro v0.1 - Initial ClawdNode Android app 2026-01-28 03:49:06 +00:00