Azure / iot-identity-service

Source of the Azure IoT Identity Service and related services.
MIT License
37 stars 46 forks source link

Relax padding requirement in symmetric keys #517

Closed gordonwang0 closed 1 year ago

gordonwang0 commented 1 year ago

The upgrade of the base64 dependency introduced a padding requirement. Maintain compatibility with previous versions of i-i-s by relaxing the padding requirement and accepting both padded and unpadded symmetric keys.