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
Composer package web-auth/webauthn-stimulus
web-auth/webauthn-stimulusAuthenticator Transport CABLE
New Authenticator Transports
Options Handlers Signature
Secured RP IDs
Options Storage
Firewall
The configuration:
The custom authenticator
The template
Last updated
Was this helpful?