twilio-csharp
twilio-csharp copied to clipboard
Twilio C#/.NET Helper Library for .NET6+.
### Issue Summary The example for validating requests suggests that you [disable validation in your tests](https://www.twilio.com/docs/usage/tutorials/how-to-secure-your-csharp-aspnet-core-app-by-validating-incoming-twilio-requests#disable-request-validation-during-testing), but I think it'd be nice to simply register an IRequestValidator in your app's...
### Issue Summary When we try to load TrustProduct Channel Endpoint Assignments with limit 1000 it only fully loads 67 records out of 130. If we do a foreach through...
### Issue Summary The library is currently referencing vulnerable versions of the System.IdentityModel.Tokens.Jwt library. Warnings are shown in the package management system in Visual Studio and point to the following...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...
# Fixes #739 Bumped the version of System.IdentityModel.Tokens.Jwt library to 6.34.0 to fix the security vulnerability https://github.com/advisories/GHSA-59j7-ghrg-fj52 ### Checklist - [x] I acknowledge that all my contributions will be made...
# Fixes # As per Taskrouter version 2, it now uses grant-based token. Adding support for that. Similar to https://github.com/twilio/twilio-node/pull/222 ### Checklist - [x] I acknowledge that all my contributions...
### Issue Summary There is incomplete documentation to the public facing methods of RequestValidator.cs Specifically the overloaded Validate method and ValidateBody method are missing docs. [Link](https://github.com/twilio/twilio-csharp/blob/main/src/Twilio/Security/RequestValidator.cs#L55) ### Code Snippet ```csharp...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...
### Issue Summary At the moment the library does not explicitly target .NET 8.0. This means, that referencing it from a .NET 8.0 application means going over .NET Standard 2.1,...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...