mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-25 11:04:42 +00:00
migrating from u2f-api.js to webauthn
This commit is contained in:
parent
e2b4b6f6bc
commit
d1d134038f
42 changed files with 918 additions and 461 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
|
||||
|
||||
namespace WebAuthn\CBOR;
|
||||
use WebAuthn\WebAuthnException;
|
||||
use WebAuthn\Binary\ByteBuffer;
|
||||
namespace lbuchs\WebAuthn\CBOR;
|
||||
use lbuchs\WebAuthn\WebAuthnException;
|
||||
use lbuchs\WebAuthn\Binary\ByteBuffer;
|
||||
|
||||
/**
|
||||
* Modified version of https://github.com/madwizard-thomas/webauthn-server/blob/master/src/Format/CborDecoder.php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue