tkhq / swift-sdk

3 stars 4 forks source link

fix: challenge format #1

Closed ericlewis closed 2 days ago

ericlewis commented 5 months ago

The backend expects the challenge in hex format, and SHA256Digest returns only the raw format.

This fixes stamping, which was not working before this.

taylorjdawson commented 2 days ago

@ericlewis Thanks for this fix! 🙏 going to merge it