feat(auth): adds basic oauth support #2367
coding-conventions.yml
on: pull_request
Run style check
38s
Run static analysis: PHPStan
35s
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.
|