duo_api_php icon indicating copy to clipboard operation
duo_api_php copied to clipboard

Results 2 duo_api_php issues
Sort by recently updated
recently updated
newest added

There is a bug in the class DuoAPI\CurlRequester: since it is using the same curl resource (the property "ch") for multiple (consecutive) requests, it is supposed to overwrite all the...

## Detailed Description According to the [API documentation](https://duo.com/docs/adminapi#retrieve-integrations) the php sdk does not support v2 of the integrations api > The Integrations v2 API does not use the same [authentication...