Release: v1.2.0
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
- @ericlewis made their first contribution in #1
Full Changelog: 1.1.0...1.2.0