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

Request context #48

Closed TMSCH closed 7 years ago

TMSCH commented 7 years ago

Allows to pass a context param to retrieve and hint request. It can contain one of the three different context for a request:

It's passed through to the provider's implementation.

Also allows to use the CredentialManagement in localhost.

codecov-io commented 7 years ago

Codecov Report

Merging #48 into master will decrease coverage by 0.03%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   91.66%   91.62%   -0.04%     
==========================================
  Files          34       34              
  Lines        1415     1421       +6     
  Branches      180      184       +4     
==========================================
+ Hits         1297     1302       +5     
- Misses        118      119       +1
Impacted Files Coverage Δ
ts/protocol/data.ts 100% <100%> (ø) :arrow_up:
ts/protocol/utils.ts 82.3% <66.66%> (-0.51%) :arrow_down:
ts/api/navigator_credentials.ts 93% <0%> (ø) :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 e82180e...f79a399. Read the comment docs.