Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
require_oauth decorator was always succeeding.
verify_request() returns a tuple of (valid, oauth_request). The code was treating it as if it returned just a bool, and since the never-empty tuple was always truthy, requests always seemed to work. Fixes ib-lundgren/flask-oauthprovider/ib-lundgren#3
- Loading branch information