You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ably protocol requires deviceSecret on push registrations but currently IDL defines deviceSecret as part of LocalDevice which is defined as a subclass of DeviceDetails.
@paddybyers made a comment here ably/ably-java#845 (comment)
explaining that the original intention was right and custom registrar requirement created this design flaw.
As a result,I think either the deviceSecret must be moved to DeviceDetails or the process must be rethought and spec updated.
The text was updated successfully, but these errors were encountered:
Ably protocol requires deviceSecret on push registrations
This was true of the REST push device registration API when protocol version 2 was first introduced, but is no longer the case; see this internal Slack thread.
What Paddy said about custom registrars needing a way to receive the device identity credentials remains unsolved, but it does not need to be solved as part of implementing protocol v2 in the SDKs.
Some context and discussion : ably/ably-java#842 (comment)
Ably protocol requires
deviceSecret
on push registrations but currently IDL definesdeviceSecret
as part ofLocalDevice
which is defined as a subclass ofDeviceDetails
.@paddybyers made a comment here ably/ably-java#845 (comment)
explaining that the original intention was right and custom registrar requirement created this design flaw.
As a result,I think either the
deviceSecret
must be moved toDeviceDetails
or the process must be rethought and spec updated.The text was updated successfully, but these errors were encountered: