Skip to content

Feature/pre 3563 unified auth upc#306

Open
adumont-payplug wants to merge 5 commits into
developfrom
feature/PRE-3563_unified_auth_upc
Open

Feature/pre 3563 unified auth upc#306
adumont-payplug wants to merge 5 commits into
developfrom
feature/PRE-3563_unified_auth_upc

PRE-3563: review fixes

b28730d
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Jul 22, 2026 in 0s

13 / 13 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
🐛 Bug fix (non-breaking change that fixes an issue) — missing OAuth CSRF protection; unhandled transport-level exceptions in the background token refresh path Completed
✨ New feature (non-breaking change that adds functionality) — SonarCloud coverage check in CI
💥 Breaking change (fix or feature that causes existing functionality to change and that could impact other libs) Completed
🔧 Refactor (no functional changes, code improvement only) Completed
📦 Dependency update Completed
🔒 Security fix Completed
📝 Documentation update — README badge, CLAUDE.md, PR template checklist Completed
Code is linted and formatted Completed
No unnecessary commented-out code or debug logs Completed
No hardcoded values (use env variables or config) Completed
Unit tests added / updated Completed
New/changed code is covered by tests — SonarCloud Quality Gate (coverage on new code) passes on the sonarcloud CI job Completed
No sensitive data or secrets introduced Completed
Logging and error handling are appropriate Completed