@@ -164,7 +164,7 @@ You'll only ever need to use this method call once per installation and only in
164164
165165require __DIR__ . '/vendor/autoload.php';
166166
167- use Samyoul \U2F\U2FServer\U2FServer as U2F;
167+ use CodeLts \U2F\U2FServer\U2FServer as U2F;
168168
169169var_dump(U2F::checkOpenSSLVersion());
170170```
@@ -183,7 +183,7 @@ We assume that user has successfully authenticated and wishes to register.
183183
184184require __DIR__ . '/vendor/autoload.php';
185185
186- use Samyoul \U2F\U2FServer\U2FServer as U2F;
186+ use CodeLts \U2F\U2FServer\U2FServer as U2F;
187187
188188session_start();
189189
@@ -268,7 +268,7 @@ This is the last stage of registration. Validate the registration response data
268268< ? php
269269
270270require (' vendor/autoload.php' );
271- use Samyoul \U2F \U2FServer\U2FServer as U2F ;
271+ use CodeLts \U2F \U2FServer\U2FServer as U2F ;
272272
273273session_start ();
274274
@@ -312,7 +312,7 @@ We assume that user has successfully authenticated and has previously registered
312312< ? php
313313
314314require (' vendor/autoload.php' );
315- use Samyoul \U2F \U2FServer\U2FServer as U2F ;
315+ use CodeLts \U2F \U2FServer\U2FServer as U2F ;
316316
317317session_start ();
318318
@@ -398,7 +398,7 @@ This is the last stage of authentication. Validate the authentication response d
398398<?php
399399
400400require('vendor/autoload.php');
401- use Samyoul \U2F\U2FServer\U2FServer as U2F;
401+ use CodeLts \U2F\U2FServer\U2FServer as U2F;
402402
403403session_start();
404404
0 commit comments