singingwolfboy / flask-dance

Doing the OAuth dance with style using Flask, requests, and oauthlib.
https://pypi.python.org/pypi/Flask-Dance/
MIT License
1.01k stars 158 forks source link

Add support for Dropbox short-lived offline refresh tokens #339

Closed rooterkyberian closed 3 years ago

rooterkyberian commented 3 years ago

This is built on top of @thunderkeys work done in #332 .

Changes when compared to #332

codecov[bot] commented 3 years ago

Codecov Report

Merging #339 (ed307f2) into main (e55d58a) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #339      +/-   ##
==========================================
+ Coverage   93.53%   93.54%   +0.01%     
==========================================
  Files          30       30              
  Lines        1021     1023       +2     
==========================================
+ Hits          955      957       +2     
  Misses         66       66              
Impacted Files Coverage Δ
flask_dance/contrib/dropbox.py 100.00% <100.00%> (ø)

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 e55d58a...ed307f2. Read the comment docs.

rooterkyberian commented 3 years ago

@singingwolfboy anything I can do to get this merged?