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

Fixed disableAutoSignIn when using navigator.credentials #59

Closed TMSCH closed 6 years ago

TMSCH commented 6 years ago

Call preventSilentAccess instead of the old API, requireUserMediation.

codecov-io commented 6 years ago

Codecov Report

Merging #59 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   91.46%   91.46%           
=======================================
  Files          34       34           
  Lines        1453     1453           
  Branches      192      192           
=======================================
  Hits         1329     1329           
  Misses        124      124
Impacted Files Coverage Δ
ts/api/navigator_credentials.ts 93% <100%> (ø) :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 c131c99...5668555. Read the comment docs.

TMSCH commented 6 years ago

Thanks Rahul!