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

Updated to only use Credentials Management when it releases passwords plain text #47

Closed TMSCH closed 7 years ago

TMSCH commented 7 years ago

It uses the preventSilentAccess method to detect this.

codecov-io commented 7 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   91.63%   91.66%   +0.02%     
==========================================
  Files          34       34              
  Lines        1411     1415       +4     
  Branches      177      180       +3     
==========================================
+ Hits         1293     1297       +4     
  Misses        118      118
Impacted Files Coverage Δ
ts/api/navigator_credentials.ts 93% <100%> (+0.29%) :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 f11684a...fe74359. Read the comment docs.

TMSCH commented 7 years ago

Thanks Iain!