mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:08:37 +00:00
fix(pairing): simplify pending merge and harden mixed-role onboarding
This commit is contained in:
committed by
Nimrod Gutman
parent
1da23be302
commit
8775d34fba
@@ -85,9 +85,9 @@ public struct GatewayConnectOptions: Sendable {
|
||||
public var clientId: String
|
||||
public var clientMode: String
|
||||
public var clientDisplayName: String?
|
||||
// When false, the connection omits the signed device identity payload.
|
||||
// This is useful for secondary "operator" connections where the shared gateway token
|
||||
// should authorize without triggering device pairing flows.
|
||||
// When false, the connection omits the signed device identity payload and cannot use
|
||||
// device-scoped auth (role/scope upgrades will require pairing). Keep this true for
|
||||
// role/scoped sessions such as operator UI clients.
|
||||
public var includeDeviceIdentity: Bool
|
||||
|
||||
public init(
|
||||
|
||||
Reference in New Issue
Block a user