Skip to content

feat(auth): adds basic oauth support #2367

feat(auth): adds basic oauth support

feat(auth): adds basic oauth support #2367

Triggered via pull request August 6, 2025 13:08
Status Success
Total duration 43s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
38s
Run style check
Run static analysis: PHPStan
35s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
best-practices/dont-catch-error: packages/auth/src/OAuth/OAuthManager.php#L91
Avoid catching PHP internal errors. Catching these errors hides issues that should crash your app. Help: Remove or adjust this catch clause so errors propagate naturally.
best-practices/dont-catch-error: packages/auth/src/OAuth/OAuthManager.php#L61
Avoid catching PHP internal errors. Catching these errors hides issues that should crash your app. Help: Remove or adjust this catch clause so errors propagate naturally.