Problem
Currently the service only supports a single keypackage per "device_id".
As KeyPackages are single use only, this means that a device_id can only join a single group.
Allows applications to upload multiple KeyPackages would allow them to operate without restriction.
Notes
- There is no strict requirement that the service return unique unused Keypackages.
- If a keypackage fails clients can attempt another key.
Problem
Currently the service only supports a single keypackage per "device_id".
As KeyPackages are single use only, this means that a device_id can only join a single group.
Allows applications to upload multiple KeyPackages would allow them to operate without restriction.
Notes