Skip to content

Release: v1.2.0

Compare
Choose a tag to compare
@taylorjdawson taylorjdawson released this 27 Nov 23:41
· 4 commits to main since this release
fe5e60f

What's Changed

Challenge format ( #1 )

The backend expects the challenge in hex format, and SHA256Digest returns only the raw format.
Now the challenge is properly encoded/formated.

ProxyMiddleware ( #5 ) - ⚠️ Minor Breaking

The ProxyMiddleware header for the forwarded Turnkey API request has been renamed:

Old New
X-Forwarded-For X-Turnkey-Request-Url

Ensure your backend is updated to support the new header name if you are using the latest version.

New Contributors

Full Changelog: 1.1.0...1.2.0