⚠️ 16 July 2024
We recently fixed an issue that was shipped with the Kinde webhooks feature.
Webhooks requests were sent with the content-type header application/json
, instead of the content-type header application/jwt
.
Webhooks requests are now sent from Kinde with the content type application/jwt
.
For backwards compatibility, if a webhook request does not receive a 200 response from the endpoint, we will immediately retry using the previous application/json
header. We will also try again after 24 hours for any failed attempts.
The backward compatibility will be discontinued in August. This means you’ll need to ensure your endpoints are set to receive content-type header in application/jwt
format.
If you need additional support or have any questions, please email [email protected].
We apologise for any inconvenience caused.