mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-19 20:10:39 +09:00
openclaw gateway: auto-approve first pairing and retry
This commit is contained in:
parent
3479ea6e80
commit
2223afa0e9
6 changed files with 648 additions and 236 deletions
|
|
@ -32,6 +32,7 @@ By default the adapter sends a signed `device` payload in `connect` params.
|
|||
- set `disableDeviceAuth=true` to omit device signing
|
||||
- set `devicePrivateKeyPem` to pin a stable signing key
|
||||
- without `devicePrivateKeyPem`, the adapter generates an ephemeral Ed25519 keypair per run
|
||||
- when `autoPairOnFirstConnect` is enabled (default), the adapter handles one initial `pairing required` by calling `device.pair.list` + `device.pair.approve` over shared auth, then retries once.
|
||||
|
||||
## Session Strategy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue