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

feat: OAuth 2.0 Device Authorization Grant #2416 #3252

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

Fix tests

25346c6
Select commit
Loading
Failed to load commit list.
Open

feat: OAuth 2.0 Device Authorization Grant #2416 #3252

Fix tests
25346c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 27, 2023 in 0s

73.27% (-2.60%) compared to 24c3be5

View this Pull Request on Codecov

73.27% (-2.60%) compared to 24c3be5

Details

Codecov Report

Attention: 381 lines in your changes are missing coverage. Please review.

Comparison is base (24c3be5) 75.87% compared to head (25346c6) 73.27%.
Report is 1 commits behind head on master.

❗ Current head 25346c6 differs from pull request most recent head 44dd093. Consider uploading reports for the commit 44dd093 to get more accurate results

Files Patch % Lines
consent/strategy_default.go 35.75% 103 Missing and 3 partials ⚠️
oauth2/handler.go 10.09% 98 Missing ⚠️
persistence/sql/persister_oauth2.go 2.81% 65 Missing and 4 partials ⚠️
consent/handler.go 2.43% 40 Missing ⚠️
persistence/sql/persister_consent.go 0.00% 33 Missing ⚠️
fositex/token_strategy.go 0.00% 12 Missing ⚠️
flow/consent_types.go 0.00% 11 Missing ⚠️
fositex/config.go 33.33% 8 Missing ⚠️
driver/config/provider.go 83.33% 2 Missing ⚠️
driver/registry_base.go 71.42% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3252      +/-   ##
==========================================
- Coverage   75.87%   73.27%   -2.60%     
==========================================
  Files         134      134              
  Lines       10075    10495     +420     
==========================================
+ Hits         7644     7690      +46     
- Misses       1914     2282     +368     
- Partials      517      523       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.