requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.71k stars 421 forks source link

Support for OAuth2 sessions revocation #515

Open Louson opened 12 months ago

Louson commented 12 months ago

Add support for revocation in OAuth2 sessions

Suggestion for #337

Do you know how it's possible to test this ?

JonathanHuot commented 4 months ago

This looks interesting, shall we add an example in docs & rebase ? I'll be happy to merge it.

Louson commented 3 months ago

I made an example with the gitlab API as I'm not sure the google API or the GitHub are compliant.

jtroussard commented 3 months ago

@JonathanHuot would this PR be a good candidate to have the secrets stored? Should we get #538 tested and merged before this one? Then we can move the keys out of the source code?

Louson commented 1 month ago

Hello, any news on this ?