Secure the session
<?php
use Svgta\WebAuthn\client;
$webauthn = new client();
$webauthn->setSessionKey('an amazing key');
//...
//do what you need
//...<?php
use Svgta\WebAuthn\client;
$webauthn = new client();
$webauthn->setSessionKey('an amazing key');
//...
//do what you need
//...