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 crypto for Safari browsers, that exposes SubtleCrypto through window.crypto.webkitSubtle #16

Closed TMSCH closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #16 into master will decrease coverage by 0.23%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   78.84%   78.61%   -0.24%     
==========================================
  Files          34       34              
  Lines        1234     1239       +5     
  Branches      131      134       +3     
==========================================
+ Hits          973      974       +1     
- Misses        224      225       +1     
- Partials       37       40       +3
Impacted Files Coverage Δ
ts/protocol/utils.ts 71.59% <50%> (-3.11%) :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 5bb132c...e102303. Read the comment docs.

TMSCH commented 7 years ago

Thanks Rahul!