Skip to content

Commit

Permalink
Add author
Browse files Browse the repository at this point in the history
  • Loading branch information
romanornr committed Oct 4, 2017
1 parent 361c73e commit 5e4fce0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Http/Controllers/U2fController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
use Illuminate\Config\Repository as Config;
use Illuminate\Http\Request;

/**
* Laravel U2F - Integrate FIDO U2F into Laravel 5.4.x applications
*
* @package laravel-u2f
* @author LAHAXE Arnaud
* @author romanornr (support for Laravel 5.4)
*/

class U2fController extends Controller
{
/**
Expand Down
8 changes: 8 additions & 0 deletions src/Http/Middleware/U2f.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
use Illuminate\Config\Repository as Config;
use Symfony\Component\HttpKernel\Exception\HttpException;

/**
* Laravel U2F - Integrate FIDO U2F into Laravel 5.4.x applications
*
* @package laravel-u2f
* @author LAHAXE Arnaud
* @author romanornr (support for Laravel 5.4)
*/

/**
* Class U2f
*/
Expand Down

0 comments on commit 5e4fce0

Please sign in to comment.