requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

Consider adding new hooks - request_access_token and request_refresh_token

Open viperfx opened this issue 4 years ago • 1 comments

These hooks are implemented right before the request is sent for the fetch token and similar for the refresh token request too.

These hooks are required for me to apply a compliance fix for Azure Devops

https://docs.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops

viperfx avatar Aug 13 '20 15:08 viperfx

Please feel free to raise a PR with these changes and unit tests.

jtroussard avatar Nov 21 '21 18:11 jtroussard

This should be possible now, see #433

violuke avatar Nov 07 '22 20:11 violuke