Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dcr with initial access token #429

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

anestos
Copy link

@anestos anestos commented Nov 17, 2018

This PR adds the possibility to send an initial access token to the registration endpoint, as described in https://tools.ietf.org/html/rfc7591#section-3

@codecov-io
Copy link

codecov-io commented Nov 17, 2018

Codecov Report

Merging #429 into master will increase coverage by 1.14%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #429      +/-   ##
============================================
+ Coverage     83.71%   84.85%   +1.14%     
- Complexity      479      481       +2     
============================================
  Files            42       42              
  Lines          2345     2357      +12     
  Branches        233      234       +1     
============================================
+ Hits           1963     2000      +37     
+ Misses          299      274      -25     
  Partials         83       83
Impacted Files Coverage Δ Complexity Δ
.../java/net/openid/appauth/AuthorizationService.java 78.92% <100%> (+5.93%) 16 <1> (+1) ⬆️
...ava/net/openid/appauth/AuthorizationException.java 84.35% <0%> (+10.2%) 20% <0%> (+1%) ⬆️

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 7386114...9641518. Read the comment docs.

@anestos anestos force-pushed the master branch 3 times, most recently from 9204c66 to b574896 Compare January 11, 2019 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants