mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 16:10:22 +00:00
refactor(gateway)!: remove legacy v1 device-auth handshake
This commit is contained in:
@@ -47,7 +47,7 @@ export const ConnectParamsSchema = Type.Object(
|
||||
publicKey: NonEmptyString,
|
||||
signature: NonEmptyString,
|
||||
signedAt: Type.Integer({ minimum: 0 }),
|
||||
nonce: Type.Optional(NonEmptyString),
|
||||
nonce: NonEmptyString,
|
||||
},
|
||||
{ additionalProperties: false },
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user