Graeme Meyer
Graeme Meyer
Just fixing a couple of the same-page links in the README which don't work.
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
This one is curious to me, but splunk_handler seems to fail to transmit log events which are created by multiprocessing.pool processes. I have constructed a small application which uses multiprocessing.pool...
Spent quite a while debugging this and identified some issues: * The whole application fails silently if the port is wrong * This happens even with debug mode enabled: I...
This PR fixes https://github.com/okta/okta-sdk-python/issues/363 (Access token expiry not handled when using OAuth 2.0) by adding logic to expire and renew the access token when using OAuth 2.0 to authenticate with...