Skip to content

Conversation

lkrms
Copy link
Collaborator

@lkrms lkrms commented May 21, 2025

No description provided.

Copy link

codecov bot commented May 21, 2025

Codecov Report

❌ Patch coverage is 54.90196% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.82%. Comparing base (6700a05) to head (b7f6a33).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/Toolkit/Http/OAuth2/OAuth2Client.php 0.00% 23 Missing ⚠️
Additional details and impacted files
Components Coverage Δ
Cache 100.00% <ø> (ø)
Cli 76.45% <ø> (ø)
Collections 84.79% <ø> (ø)
Console 85.55% <ø> (ø)
Container 75.78% <ø> (ø)
Contracts ∅ <ø> (∅)
Core 81.93% <ø> (+0.03%) ⬆️
Curler 64.57% <ø> (ø)
Db 0.00% <ø> (ø)
Http 81.09% <54.90%> (+0.04%) ⬆️
Iterators 82.31% <ø> (ø)
PHPDoc 91.20% <ø> (ø)
PHPStan 99.32% <ø> (ø)
Polyfills 100.00% <ø> (ø)
Sli 40.66% <ø> (ø)
Sync 66.44% <ø> (ø)
Testing 77.16% <ø> (ø)
Utils 93.41% <ø> (ø)

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

- Split `AccessToken` into `GenericCredential`, `GenericToken` and
  `OAuth2AccessToken`, replacing public properties with getters
- Rename `OAuth2GrantType` to `HasGrantType`; access its constants
  (now with `GRANT_` prefixes) via its implementations; add missing
  grants, incl. `device_code` for planned device flow support
- Remove redundant `OAuth2Flow` (grants and flows are equivalent)
- Add `HasResponseType` for values passed to the authorization endpoint,
  incl. for OpenID Connect flows
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.

1 participant