The Symfony Way
<?php
public function registerBundles()
{
$bundles = [
// ...
new Webauthn\Bundle\WebauthnBundle(),
];
}Entities
Configuration
Last updated
Was this helpful?
<?php
public function registerBundles()
{
$bundles = [
// ...
new Webauthn\Bundle\WebauthnBundle(),
];
}Last updated
Was this helpful?
Was this helpful?
webauthn:
credential_repository: 'App\Repository\PublicKeyCredentialSourceRepository'
user_repository: 'App\Repository\PublicKeyCredentialUserEntityRepository'