Skip to content

Support JWT bearer grant type#3968

Draft
reinkrul wants to merge 3 commits intomasterfrom
support-jwtbearer
Draft

Support JWT bearer grant type#3968
reinkrul wants to merge 3 commits intomasterfrom
support-jwtbearer

Conversation

@reinkrul
Copy link
Member

Fixes #3965

@qltysh
Copy link

qltysh bot commented Feb 2, 2026

Qlty

Coverage Impact

⬇️ Merging this pull request will decrease total coverage on master by 0.06%.

Modified Files with Diff Coverage (5)

RatingFile% DiffUncovered Line #s
Coverage rating: C Coverage rating: C
auth/auth.go100.0%
Coverage rating: A Coverage rating: A
cmd/root.go100.0%
Coverage rating: B Coverage rating: B
auth/api/iam/api.go20.0%238-247, 790-791
Coverage rating: B Coverage rating: B
auth/client/iam/openid4vp.go84.2%70-83, 261-262, 275-276
New file Coverage rating: F
auth/api/iam/jwtbearer.go0.0%8-12
Total63.5%
🤖 Increase coverage with AI coding...

In the `support-jwtbearer` branch, add test coverage for this new code:

- `auth/api/iam/api.go` -- Lines 238-247 and 790-791
- `auth/api/iam/jwtbearer.go` -- Line 8-12
- `auth/client/iam/openid4vp.go` -- Lines 70-83, 261-262, and 275-276

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

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.

Support JWT-bearer client assertions grant type in Nuts node

1 participant