- Issue created by @catch
- π¨π¦Canada joseph.olstad
List of contrib modules currently implementing the UserAuthInterface
- acquia_commercemanager 8.x-1.122 :: modules/acm/src/Form/CommerceUserLoginForm.php
- acquia_commercemanager 8.x-1.122 :: modules/acm/src/Form/CommerceUserPasswordTokenResetForm.php
- acquia_commercemanager 8.x-1.122 :: modules/acm/src/Form/CommerceUserRegistrationForm.php
- acquia_commercemanager 8.x-1.122 :: modules/acm/src/Controller/CommerceUserController.php
- acquia_commercemanager 8.x-1.122 :: modules/acm/src/User/CommerceUserAuth.php
- bmm 8.x-1.0-alpha3 :: src/Form/UserLoginHiddenForm.php
- commerce 8.x-2.8 :: modules/checkout/src/Plugin/Commerce/CheckoutPane/Login.php
- cosign 8.x-1.x-dev :: src/Authentication/Provider/Cosign.php
- google_one_tap 8.x-1.x-dev :: src/Controller/UserAuthenticationController.php
- graphql_jwt 8.x-1.x-dev :: src/Plugin/GraphQL/Fields/JwtTokenQuery.php
- iyo 8.x-1.0 :: src/Form/UserLoginForm.php
- ldap_simpleoauth 4.0.0-beta2 :: src/LdapSimpleoauthUserRepository.php
- reactify_utilities 8.x-1.0 :: reactify_auth/src/Authentication/Provider/JsonAuth.php
- rest_pin_code_login 8.x-1.x-dev :: src/Controller/RestPinCodeLoginController.php
- simple_openid_server 8.x-1.x-dev :: src/Form/AuthorizeForm.php
- twizo_verification 8.x-1.0 :: src/Controller/UserLoginController.php
- usable_json 8.x-1.x-dev :: src/Authentication/Provider/ApiKey.php
- rest_mail_login 8.x-1.1 :: src/Controller/RestMailLoginController.php
- simple_oauth_password_grant 1.x-dev :: src/Repository/UserRepository.php
- ajax_login_popup 8.x-1.0 :: src/Form/CustomUserLoginForm.php
- cas_server 8.x-1.x-dev :: src/Form/UserLogin.php
- commerce_oci_checkout 8.x-1.0 :: src/Controller/CommerceOciCheckoutController.php
- commerce_qb_webconnect 8.x-2.0-alpha7 :: src/SoapBundle/Services/SoapService.php
- damopen 1.0.x-dev :: modules/damopen_assets_api/src/Authentication/Provider/BasicAuthWithExclude.php
- drd_agent 4.0.0 :: src/Agent/Auth/Base.php
- email_registration 8.x-1.1 :: src/Plugin/Commerce/CheckoutPane/EmailRegistrationLogin.php
- enhanced_user 8.x-1.x-dev :: src/Plugin/rest/resource/ResetPassword.php
- field_login 1.0.4 :: src/UserAuthDecorator.php
- ide_helper 8.x-2.x-dev :: tests/expected/Integration/PhpStormMeta/drupal.user.0903.php
- ide_helper 8.x-2.x-dev :: tests/expected/Integration/PhpStormMeta/drupal.user.0900.php
- mail_login 8.x-2.x-dev :: src/AuthDecorator.php
- mobile_number_login_otp 1.0.0 :: src/Form/AccountLoginForm.php
- mobile_number_login_otp 1.0.0 :: src/Controller/AccountController.php
- mutli_step_login 8.x-1.x-dev :: src/Form/MultiStepForm.php
- opigno_mobile_app 8.x-1.4 :: src/Authentication/Provider/JsonAuth.php
- rest_api_access_token 8.x-1.4 :: src/Service/LoginService.php
- rest_password 8.x-1.6 :: src/Controller/UserAuthenticationTempPassController.php
- rest_register_verify_email 8.x-1.0-rc1 :: src/Controller/UserAuthenticationTempTokenController.php
- services 8.x-4.0-beta5 :: src/Plugin/ServiceDefinition/UserLogin.php
- services_api_key_auth 8.x-1.x-dev :: src/Authentication/Provider/ApiKeyAuth.php
- simple_oauth 5.0.2 :: src/Repositories/UserRepository.php
- smsframework 8.x-1.x-dev :: modules/sms_user/tests/src/Kernel/SmsFrameworkUserAccountRegistrationServiceTest.php
- user_hash 2.0.0 :: src/Authentication/Provider/UserHash.php
- π¬π§United Kingdom catch
@joseph.olstad most of those are controllers and forms that are injecting the interface (and will be a one or two line change to update), not implementing it.
- π¨π¦Canada joseph.olstad
@catch ,
ya, I was just curious as to how far this reaches. Then I thought that this list might be helpful.