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

Support 'features' query flag in the client JS and propagate the config to the iframe request. #69

Closed wasyyyy closed 5 years ago

wasyyyy commented 5 years ago

Support 'featureConfig' query flag in the client JS and propagate the config to the iframe request.

codecov-io commented 5 years ago

Codecov Report

Merging #69 into master will decrease coverage by 0.26%. The diff coverage is 61.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   92.45%   92.18%   -0.27%     
==========================================
  Files          34       34              
  Lines        1510     1523      +13     
  Branches      206      208       +2     
==========================================
+ Hits         1396     1404       +8     
- Misses        114      119       +5
Impacted Files Coverage Δ
ts/api/exports.ts 100% <100%> (ø) :arrow_up:
ts/api/provider_frame_elem.ts 96.22% <100%> (+0.22%) :arrow_up:
ts/api/api.ts 89.3% <37.5%> (-1.77%) :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 cac589a...b0d441a. Read the comment docs.

wasyyyy commented 5 years ago

The "featureConfig" query parameter is renamed to "features".