1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implement all shortcuts of http methods without magic. More... over 10 years ago
cache clients for the same application and access token. More... over 10 years ago
add "make_client" method to allow sending request with specific token. More... over 10 years ago
modify _method_name in factory function. More... over 10 years ago
fix request headers issue in QQ example More... over 10 years ago
add QQ example More... over 10 years ago
Merge pull request #173 from tranminhh/support_head_in_authorize_hndlr More... over 10 years ago
Fix state_key of OAuth More... over 10 years ago
Contrib client API should be similar with original client More... over 10 years ago
Add contrib client package More... over 10 years ago
Guess version by parameters for OAuth client More... over 10 years ago
Make OAuth2 authorize_handler support HTTP HEAD the same way as GET More... over 10 years ago
Make OAuth2 authorize_handler support HTTP HEAD the same way as GET More... over 10 years ago
Add appropriate headers when making POST request for access token More... over 10 years ago
document the extension class. More... over 10 years ago
add support for automatic token refresh. More... over 10 years ago
Remove password from logging for security. More... over 10 years ago
Updated link in changelog More... over 10 years ago
Version bump 0.8.0 More... over 10 years ago
Add a convenient way to fetch oauth data in non vanilla Flask project. More... over 10 years ago
Always test oauthlib master. More... over 10 years ago
Merge pull request #155 from rexposadas/small-spelling-correction More... over 10 years ago
correct spelling for authorization More... over 10 years ago
Fixing malformed HTML in the example templates More... almost 11 years ago
Support for generating refresh tokens More... almost 11 years ago
Return instead of if-else More... almost 11 years ago
Fixed lint errors More... almost 11 years ago
Fixed logic - now tests pass More... almost 11 years ago
Removed client secret checking from authenticate_client_id Change client_authentication_required to return False if client_type is not confidential (unless client_secret is provided). More... almost 11 years ago
Updated error handling for Dropbox example More... almost 11 years ago