« JWT SPA symfony exercice pratique » : différence entre les versions
| Ligne 314 : | Ligne 314 : | ||
===== JWTAndSecurityCookieAuthenticator ===== | ===== JWTAndSecurityCookieAuthenticator ===== | ||
< | <syntaxhighlight lang="php" line> | ||
<?php | |||
declare(strict_types=1); | declare(strict_types=1); | ||
namespace App\Service\Authentication; | namespace App\Service\Authentication; | ||
| Ligne 363 : | Ligne 363 : | ||
} | } | ||
} | } | ||
</ | </syntaxhighlight> | ||