Problem/Motivation

------ ----------------------------------------------------------------------------------------------------
  Line   web/modules/contrib/public_key_credential_source/src/Entity/PublicKeyCredentialSource.php
 ------ ----------------------------------------------------------------------------------------------------
  79     Property $sourceObject references deprecated class Webauthn\PublicKeyCredentialSource in its type:
         since 5.3, use CredentialRecord instead. Will be removed in 6.0.
         🪪  property.deprecatedClass
  79     Property $sourceObject references deprecated class Webauthn\PublicKeyCredentialSource in its type:
         since 5.3, use CredentialRecord instead. Will be removed in 6.0.
         🪪  property.deprecatedClass
 ------ ----------------------------------------------------------------------------------------------------

 ------ -------------------------------------------------------------------------------------------------------------------------------
  Line   web/modules/contrib/public_key_credential_source/src/Services/PublicKeyCredentialSourceWebauthn.php
 ------ -------------------------------------------------------------------------------------------------------------------------------
  261    Parameter #1 $public_key_credential_source of method
         Drupal\public_key_credential_source\Services\PublicKeyCredentialSourceWebauthn::createDrupalEntityPublicKeyCredentialSource()
         expects Webauthn\PublicKeyCredentialSource, Webauthn\CredentialRecord given.
         🪪  argument.type
  343    Method Drupal\public_key_credential_source\Services\PublicKeyCredentialSourceWebauthn::authenticateRequest() should return
         Webauthn\PublicKeyCredentialSource|null but returns Webauthn\CredentialRecord.
         🪪  return.type
 ------ -------------------------------------------------------------------------------------------------------------------------------
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ptmkenny created an issue. See original summary.

ptmkenny’s picture

Title: Address Webuauthn 6.0 deprecation » Webauthn 6.0 deprecation: use CredentialRecord instead of PublicKeyCredentialSource

  • ptmkenny committed ecb88050 on 1.0.x
    task: #3590994 Webauthn 6.0 deprecation: use CredentialRecord instead of...
ptmkenny’s picture

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.