Shubham
Shubham
I think this is an open issue with jsonwebtoken v9, see [here](https://github.com/auth0/node-jsonwebtoken/issues/939). A quick fix can be that we can revert the version from 9.0.0 to 8.5.1 but the permanent...
Hi folks! Here is an example to use twilio with es module. ```node import twilio from 'twilio' const accountSid = 'xxx' const authToken = 'xxx' const client = twilio(accountSid, authToken)...
Closing this issue as no update was received in last 30 days
Is this still an issue?
Closing this issue as no feedback was received in last 30 days
Hi @justsomeofl! I rechecked it again and I am able to get the `forwardedFrom` field in the response of fetch. In my case it is not showing undefined. Can you...
Created a [PR](https://github.com/twilio/twilio-node/pull/1018) for this change. Thanks!
We tried to address this issue in version 7.0.0 however this issue (#732) came up as people were still using previous versions.
Sure, I'll check that
I was checking [here](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/migrate-from-newtonsoft?pivots=dotnet-6-0) and it says we need .NET Framework 4.7.2+. Won't that be an issue for many users?