joestump / python-oauth2

A fully tested, abstract interface to creating OAuth clients and servers.
MIT License
2.99k stars 912 forks source link

bug fix #221

Closed martyni closed 6 years ago

martyni commented 7 years ago

TypeError: sha1() argument 1 must be string or buffer, not None

codecov-io commented 7 years ago

Codecov Report

Merging #221 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #221      +/-   ##
==========================================
+ Coverage   96.07%   96.09%   +0.01%     
==========================================
  Files           5        5              
  Lines         484      486       +2     
==========================================
+ Hits          465      467       +2     
  Misses         19       19
Impacted Files Coverage Δ
oauth2/__init__.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5f364a3...1c3319c. Read the comment docs.

martyni commented 7 years ago

Came across issue while using flask_oauth to make requests to facebook

TimSC commented 6 years ago

I pulled this PR into a new fork: https://github.com/TimSC/python-oauth10a