openid / OpenYOLO-Web

Web protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
100 stars 16 forks source link

Fix requests timeout #53

Closed TMSCH closed 7 years ago

TMSCH commented 7 years ago

Fix two issues:

codecov-io commented 7 years ago

Codecov Report

Merging #53 into master will decrease coverage by 0.15%. The diff coverage is 90.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage    91.6%   91.45%   -0.16%     
==========================================
  Files          34       34              
  Lines        1418     1451      +33     
  Branches      184      192       +8     
==========================================
+ Hits         1299     1327      +28     
- Misses        119      124       +5
Impacted Files Coverage Δ
ts/protocol/utils.ts 81.88% <75%> (-0.43%) :arrow_down:
ts/api/api.ts 92.07% <93.02%> (-0.58%) :arrow_down:

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 a36493e...aadebf9. Read the comment docs.

TMSCH commented 7 years ago

Thanks @tikurahul !