improve auth capabilities for notification client and Swagger UI#304
improve auth capabilities for notification client and Swagger UI#304
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Conventional Commits Report
🚀 Conventional commits found. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #304 +/- ##
==========================================
- Coverage 57.13% 56.59% -0.55%
==========================================
Files 70 71 +1
Lines 3945 4006 +61
==========================================
+ Hits 2254 2267 +13
- Misses 1493 1543 +50
+ Partials 198 196 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0a7a16d to
9fa0a76
Compare
|
I'm not sure why Maybe we may need a further ticket to move testcontainers usage out of the main library build. Should we create a maintenance ticket? |
There is already a PR: #305 ;) |
…ow (breaking change)
Note: It is not yet compatible with authorization code + PKCE. If that becomes necessary see open PR of related package: swaggo/echo-swagger#100
4cd26de to
acb8264
Compare
What
add: notifications - Allow authentication via Client Credentials flow (breaking change)
change: make swagger docs compatible with access/authorization code flow
Why
We need to authenticate with client credentials in some scenarions.
Also
Implicitauth flow is deprecated and should not be used. So we need the Swagger UI with access/authorization code flow.References
ARTOSI-258
Checklist