From 5.x to 6.0
Step-by-step guide for migrating from 5.x to 6.0
Deprecations
PublicKeyCredentialEntity.icon
PublicKeyCredentialRpEntity.name
# Before (deprecated)
$rpEntity = PublicKeyCredentialRpEntity::create(
name: 'My Application',
id: 'example.com'
);
# After
$rpEntity = PublicKeyCredentialRpEntity::create(
id: 'example.com'
);PublicKeyCredentialSource
DoctrineCredentialSourceRepository
createFormJson
Authenticator Transport CABLE
Options Handlers Signature
Secured RP IDs
Options Storage
Firewall
The configuration:
The custom authenticator
The template
Last updated
Was this helpful?