The Symfony Way
Last updated
Was this helpful?
Last updated
Was this helpful?
Symfony is a very popular framework and an official bundle is provided in the package web-auth/webauthn-symfony-bundle
.
If you are using Symfony Flex then the bundle will automatically be installed. Otherwise you need to add it in your AppKernel.php
file:
At the moment, only Doctrine is supported, however there is no technical constraint to allow other data storage systems.
The minimal configuration requires the and the .
Now you may want to:
,
.