Data was last updated on Jun 1, 2026, 05:44 AM UTC from dataset #833286.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| social_auth_decoupled 4.0.x-dev | Module | 24 | 15000 | abdhomsi, grasmash, lawxen, murilohp, zterry95 |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Manually review and fix errors | Based on our detection methods, none of the errors found are covered by automated fixes. However the errors found should individually have documentation links to help understand the changes. Review and fix the issues manually. In case an issue fix is possible to automate, please submit an issue at drupal-rector. | Drupal 12 compatibility issues |
| Occurrence in project | All occurrences | Affected projects | Category | Error |
|---|---|---|---|---|
| 1 | 11582 | 8307 | Info.yml or composer.json | Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. |
| 1 | 1788 | 1788 | Info.yml or composer.json | The drupal/core requirement is not compatible with the next major version of Drupal. Either remove it or update it to be compatible. See https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-file#core-compatibility. |
| 1 | 1 | 1 | Other problem | Parameter #2 $email of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::authenticateUser() is not optional. |
| 1 | 1 | 1 | Other problem | Parameter #3 $provider_user_id of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::authenticateUser() is not optional. |
| 1 | 1 | 1 | Other problem | Parameter #4 $token of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::authenticateUser() is not optional. |
| 1 | 1 | 1 | Symfony API | Return type mixed of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::authenticateUser() is not covariant with return type Symfony\Component\HttpFoundation\RedirectResponse of method Drupal\social_auth\User\UserAuthenticator::authenticateUser(). |
| 1 | 1 | 1 | Other problem | Parameter #3 $data of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::associateNewProvider() is required but parameter #3 $data of method Drupal\social_auth\User\UserAuthenticator::associateNewProvider() is optional. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::associateNewProvider() is not covariant with return type void of method Drupal\social_auth\User\UserAuthenticator::associateNewProvider(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::authenticateWithProvider() is not covariant with return type bool of method Drupal\social_auth\User\UserAuthenticator::authenticateWithProvider(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::authenticateExistingUser() is not covariant with return type void of method Drupal\social_auth\User\UserAuthenticator::authenticateExistingUser(). |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #1 $drupal_user (Drupal\user\UserInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::authenticateNewUser() is not covariant with return type void of method Drupal\social_auth\User\UserAuthenticator::authenticateNewUser(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::authenticateWithEmail() is not covariant with return type bool of method Drupal\social_auth\User\UserAuthenticator::authenticateWithEmail(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\social_auth_decoupled\User\UserAuthenticatorHttp::loginUser() is not covariant with return type bool of method Drupal\social_auth\User\UserAuthenticator::loginUser(). |