Bundle Installation
Installation
With Symfony Flex
composer require web-auth/webauthn-symfony-bundle #Will only install the bundle
#or
composer require web-auth/webauthn-framework# Will install the whole framework (not recommended)Without Symfony Flex
<?php
return [
//...
Webauthn\Bundle\WebauthnBundle::class => ['all' => true],
];Repositories
Firewall
Last updated
Was this helpful?