GitHub / mitsuhiko/flask-oauth issues and pull requests
#102 - Update README.md
Pull Request -
State: open - Opened by Techiral almost 3 years ago
- 1 comment
#101 - Error: "The unauthenticated git protocol on port 9418 is no longer supported."
Issue -
State: open - Opened by luismasuelli over 3 years ago
#100 - fix imports werkzeug
Pull Request -
State: open - Opened by DSAdv about 5 years ago
- 1 comment
#99 - Fix typo: Flak to Flask
Pull Request -
State: open - Opened by phalgun over 6 years ago
- 1 comment
#98 - how to extract nodes from its response in google login response
Issue -
State: open - Opened by ashrider07 over 6 years ago
#97 - Typo fix s/Flak/Flask
Pull Request -
State: open - Opened by tomer almost 7 years ago
- 1 comment
#96 - urlparse library is urllib.parse in python3, urllib.quote is moved to urllib.parse
Issue -
State: open - Opened by not-inept about 7 years ago
- 1 comment
#95 - Does this plugin support OKTA
Issue -
State: open - Opened by sharanyaap about 7 years ago
- 1 comment
#94 - Mark this project as unmaintained
Pull Request -
State: closed - Opened by singingwolfboy over 7 years ago
- 2 comments
#93 - Switch to modern lib to support python3
Pull Request -
State: open - Opened by chilic over 7 years ago
#92 - except ModuleNotFoundError
Pull Request -
State: open - Opened by theoremoon over 7 years ago
#91 - Bearer Verification from API call
Issue -
State: open - Opened by raldam almost 8 years ago
#90 - pypi package not updated
Issue -
State: closed - Opened by khrlimam about 8 years ago
- 2 comments
#89 - TypeError: must be string or buffer, not None, when facebook.get("me/picture?")
Issue -
State: open - Opened by AnumSheraz about 8 years ago
#88 - Py3 compatibility change
Pull Request -
State: closed - Opened by italomaia about 8 years ago
- 1 comment
#87 - support for py3
Pull Request -
State: closed - Opened by dmvass about 8 years ago
#86 - Create flask_oauth.py
Pull Request -
State: closed - Opened by Monil123 about 8 years ago
#85 - The urlparse module is renamed to urllib.parse in Python 3
Issue -
State: closed - Opened by baljeet about 8 years ago
- 9 comments
#84 - Facebook data
Issue -
State: open - Opened by igorbpf over 8 years ago
#83 - Python 3 support
Pull Request -
State: closed - Opened by nicolasazrak over 8 years ago
- 1 comment
#82 - AttributeError: 'module' object has no attribute 'Client'
Issue -
State: open - Opened by ItsThisGuyAgain over 8 years ago
#81 - fixing typo
Pull Request -
State: open - Opened by andrealmar about 9 years ago
- 1 comment
#80 - Example doesn't work.
Issue -
State: closed - Opened by Kcrong over 9 years ago
#79 - Fixed urljoin import for Python 3.x
Pull Request -
State: closed - Opened by s1hofmann over 9 years ago
- 3 comments
#78 - Fix Flask typo
Pull Request -
State: closed - Opened by erogers6264 over 9 years ago
- 1 comment
#77 - Urljoin
Pull Request -
State: open - Opened by hammygoonan over 9 years ago
- 1 comment
#76 - removing Response include and some minor PEP8 compliance.
Pull Request -
State: open - Opened by hammygoonan over 9 years ago
#75 - Fix import urlparse for python 3
Pull Request -
State: open - Opened by iamsalnikov almost 10 years ago
- 3 comments
#74 - Remove duplicate return
Pull Request -
State: open - Opened by mschmo almost 10 years ago
#73 - Fix incorrect url_for route
Pull Request -
State: open - Opened by UncleBarney almost 10 years ago
#72 - Fix Typo
Pull Request -
State: closed - Opened by tedstoychev almost 10 years ago
#71 - Facebook does not provides email until info_fields are passed
Pull Request -
State: closed - Opened by nosuchip almost 10 years ago
#70 - Getting ResponseNotReady() when logging in
Issue -
State: open - Opened by ghost almost 10 years ago
#69 - Added microsoft example
Pull Request -
State: open - Opened by sganis over 10 years ago
#68 - Fix URL handling
Pull Request -
State: open - Opened by werdnum over 10 years ago
#67 - Fix python3 package location
Pull Request -
State: open - Opened by jaitaiwan about 11 years ago
- 5 comments
#66 - Consider changing to oauthlib or forking oauth2
Issue -
State: closed - Opened by jaitaiwan about 11 years ago
- 15 comments
#65 - release 0.13 on pypi
Issue -
State: open - Opened by joernhees over 11 years ago
- 4 comments
#64 - Fixed: Decoding XML breaks ElementTree
Pull Request -
State: open - Opened by jonshao over 11 years ago
#63 - When the content-type is `None` or not set?
Pull Request -
State: closed - Opened by tonsh over 11 years ago
- 1 comment
#62 - Add support for OAuth2 state parameter
Pull Request -
State: open - Opened by stanhu over 11 years ago
- 2 comments
#61 - fixing minor typo
Pull Request -
State: closed - Opened by krzysztof-sikorski over 11 years ago
#60 - flask-oauth 0.13 on PyPi
Issue -
State: closed - Opened by eriktaubeneck over 11 years ago
- 4 comments
#59 - Stop obscuring generate_request_token() failures.
Pull Request -
State: open - Opened by nhooey almost 12 years ago
- 1 comment
#58 - Consider replacing oauth2 with oauthlib
Issue -
State: closed - Opened by nhooey almost 12 years ago
- 1 comment
#57 - call back is not set when making the authorize call
Issue -
State: closed - Opened by sferich888 almost 12 years ago
- 4 comments
#56 - Update tweet.py
Pull Request -
State: closed - Opened by xarus01 almost 12 years ago
- 1 comment
#55 - Updated twitter base_url to API version 1.1 (REST API v1 is no longer active)
Pull Request -
State: open - Opened by marcoqu about 12 years ago
- 3 comments
#54 - oauth session variables must be explicitly cleared before making authorize request
Issue -
State: open - Opened by lucasvickers about 12 years ago
#53 - Support access_token_params for OAuth 1 requests
Pull Request -
State: open - Opened by evz about 12 years ago
- 1 comment
#52 - Add ability to include additional CA certs for SSL requests
Pull Request -
State: open - Opened by evz about 12 years ago
- 1 comment
#51 - Support access_token_params for OAuth 1 requests
Pull Request -
State: closed - Opened by evz about 12 years ago
- 1 comment
#50 - Add init_db() call to example/tweet.py
Issue -
State: open - Opened by destan about 12 years ago
#49 - Added Authorization Request Header and changed the google example
Pull Request -
State: closed - Opened by bitbeans about 12 years ago
- 1 comment
#48 - OAuthException: Invalid response from twitter
Issue -
State: open - Opened by zgoda over 12 years ago
- 9 comments
#47 - certificate verify failed
Issue -
State: open - Opened by xinthink over 12 years ago
- 7 comments
#46 - Use CSRF token
Issue -
State: open - Opened by baztian over 12 years ago
#45 - Added a GitHub and Bitbucket login example
Pull Request -
State: closed - Opened by lipis over 12 years ago
- 2 comments
#44 - Some servers don't return content type, including truly restful api's during DELETE
Pull Request -
State: open - Opened by mikekhristo over 12 years ago
- 1 comment
#43 - Fix typo in docstring
Pull Request -
State: open - Opened by randymorris over 12 years ago
#42 - Authorization URL customization
Pull Request -
State: open - Opened by rychlis over 12 years ago
#41 - oauth callback uses HTTP instead of HTTPS
Issue -
State: closed - Opened by yegle over 12 years ago
- 2 comments
#40 - some servers don't return a content-type
Pull Request -
State: closed - Opened by lepture over 12 years ago
- 2 comments
#39 - Fixed comment.
Pull Request -
State: closed - Opened by mre almost 13 years ago
#38 - Use Flask application config (NAME)_CONSUMER_KEY
Pull Request -
State: closed - Opened by joelverhagen almost 13 years ago
- 1 comment
#37 - Use Flask application config (NAME)_CONSUMER_KEY
Pull Request -
State: closed - Opened by joelverhagen almost 13 years ago
#36 - Troubles with Twitter oauth
Issue -
State: open - Opened by allaud almost 13 years ago
- 4 comments
#35 - Expands access_token_url in handle_oauth2_response
Pull Request -
State: closed - Opened by sleekslush almost 13 years ago
#34 - Google OAuth1 issue in authorized_handler
Issue -
State: closed - Opened by sleekslush about 13 years ago
- 1 comment
#33 - Clean up docs.
Pull Request -
State: closed - Opened by Ceasar about 13 years ago
- 1 comment
#32 - Update to new Flask extension structure
Pull Request -
State: closed - Opened by mattupstate about 13 years ago
- 1 comment
#31 - Please push a new version of this package to PyPi so we can use access_token_params!
Issue -
State: closed - Opened by rjurney about 13 years ago
- 1 comment
#30 - Fix a bug where supplying a data argument to a GET request would raise a...
Pull Request -
State: closed - Opened by njoyce about 13 years ago
#29 - This is most likely a typo
Pull Request -
State: closed - Opened by urandom about 13 years ago
#28 - add error handling for 401 response from google
Pull Request -
State: closed - Opened by cpdean about 13 years ago
#27 - Additions to make google oauth2 work (and possibly others as well)
Pull Request -
State: closed - Opened by urandom about 13 years ago
#26 - Twitter error: The access_token method must be called with a request_token
Issue -
State: closed - Opened by adsahay about 13 years ago
- 2 comments
#25 - make Google OAuth2 works
Pull Request -
State: closed - Opened by mete0r about 13 years ago
- 2 comments
#24 - Changing OAuth token on the fly
Issue -
State: closed - Opened by aphillipo about 13 years ago
- 1 comment
#23 - The request to get the access_token to have the args in the body if required to use the POST method
Pull Request -
State: closed - Opened by mehdimehdi about 13 years ago
- 1 comment
#22 - Be more tolerant about status codes
Pull Request -
State: closed - Opened by pneff about 13 years ago
#21 - Add optional access_token_params for providers such as foursquare who require them
Pull Request -
State: closed - Opened by mattupstate over 13 years ago
- 3 comments
#20 - Using post method for google oauth2.0 requires args in body
Issue -
State: open - Opened by FreakTheMighty over 13 years ago
- 1 comment
#19 - google oauth requires response_type = code
Issue -
State: open - Opened by FreakTheMighty over 13 years ago
#18 - set is_form_encoded to be True when get request token using POST method
Pull Request -
State: closed - Opened by jqxl0205 over 13 years ago
#17 - Add deeper OAuth 2 token support, along with access_token parameters to allow more providers to work
Pull Request -
State: closed - Opened by djt over 13 years ago
#16 - Add support to send requests on behalf of multiple OAuth tokens
Pull Request -
State: closed - Opened by nvie over 13 years ago
- 4 comments
#15 - It would be nice to allow for extra params to be provided during authoriz
Pull Request -
State: closed - Opened by mattupstate almost 14 years ago
- 2 comments
#14 - Oauth 2.0
Issue -
State: closed - Opened by kevwilde almost 14 years ago
- 1 comment
#13 - Fix: TypeError: must be string or buffer, not None (TypeError against python-oauth2)
Pull Request -
State: closed - Opened by gmodena almost 14 years ago
#12 - OAuthException in a decorator can't be handled
Issue -
State: open - Opened by jace almost 14 years ago
- 2 comments
#11 - Fixed a small bug with get method.
Pull Request -
State: closed - Opened by bradfordbarr almost 14 years ago
- 1 comment
#10 - Better handling of signature method
Issue -
State: open - Opened by aezell about 14 years ago
#9 - access_token_url requires a POST
Issue -
State: closed - Opened by aezell about 14 years ago
- 2 comments
#8 - Facebook support
Pull Request -
State: closed - Opened by coopernurse about 14 years ago
- 1 comment
#7 - TypeError: must be string or buffer, not None
Issue -
State: open - Opened by espeed about 14 years ago
- 1 comment
#6 - Corrected two typos in the documentation
Pull Request -
State: closed - Opened by dag over 14 years ago
#5 - Write Unittests
Issue -
State: open - Opened by mitsuhiko over 14 years ago
Labels: pycon-sprints
#4 - Facebook OAuth Support
Issue -
State: closed - Opened by mitsuhiko over 14 years ago
- 4 comments
Labels: pycon-sprints
#1 - Minor documentation nit
Issue -
State: closed - Opened by swaroopch almost 15 years ago
- 2 comments