Closed daenney closed 1 year ago
Merging #416 (a922a00) into main (85180b9) will decrease coverage by
0.08%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #416 +/- ##
==========================================
- Coverage 93.62% 93.55% -0.08%
==========================================
Files 38 37 -1
Lines 1083 1070 -13
==========================================
- Hits 1014 1001 -13
Misses 69 69
Impacted Files | Coverage Δ | |
---|---|---|
flask_dance/consumer/base.py | 90.90% <ø> (ø) |
|
flask_dance/consumer/oauth1.py | 69.31% <ø> (ø) |
|
flask_dance/consumer/oauth2.py | 93.54% <ø> (ø) |
|
flask_dance/consumer/requests.py | 100.00% <ø> (ø) |
|
flask_dance/consumer/storage/sqla.py | 91.81% <ø> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Thanks, @daenney! Sorry it took me so long to get to this.
Is it possible to merge twitter back to this? because you can still access twitter just for login at least.
In light of the Twitter API shutdown, it's no longer possible to use Twitter Oauth. This removes most code and documentation mentioning Twitter. It's kept in a few places in the docs as its only used for illustration purposes there.
Closes #415