1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add param state in authorize method. https://github.com/lepture/flask-oauthlib/pull/63 More... over 11 years ago
Merge pull request #63 from stanhu/master More... over 11 years ago
Documentation for state in request params More... over 11 years ago
A new way for generate state. https://github.com/lepture/flask-oauthlib/pull/63 More... over 11 years ago
Add support for OAuth2 state parameter More... over 11 years ago
Use String instead of Unicode, use Text instead of UnicodeText. Because Flask-SQLAlchemy has convert them to unicode by default. Fix another error in documentation. More... over 11 years ago
Add credit for Brunon Roncha on google example. More... over 11 years ago
Add note for scopes in documentation. More... over 11 years ago
added google example More... over 11 years ago
Version bump 0.4.1 More... over 11 years ago
Fix docs on save token. More... over 11 years ago
Fix lazy load token parameters. #55 More... over 11 years ago
Add test case for #55 More... over 11 years ago
Fix test case, remove useless code of oauth1. More... over 11 years ago
Remove test case for add_query More... over 11 years ago
Use existed add_params_to_uri instead of add_query More... over 11 years ago
Get request.client the right way. Add access_token on request. #53 More... over 11 years ago
Fix for #53 More... over 11 years ago
Version bump 0.4.0 More... over 11 years ago
Remove import log from utils. More... over 11 years ago
Reformat logging. More... over 11 years ago
Delete useless header transform in extract_params. More... over 11 years ago
Fix test cases for #52 More... over 11 years ago
Merge pull request #52 from misja/master More... over 11 years ago
Correct header authorization field More... over 11 years ago
Add changelog for 0.4.0 More... over 11 years ago
Changes in docs More... over 11 years ago
rename to bind_cache_grant and bind_sqlalchemy More... over 11 years ago
Fix test cases for contrib oauth2 More... over 11 years ago
Fix cache and oauth2 contrib More... over 11 years ago