« JWT SPA symfony exercice pratique » : différence entre les versions

Ligne 314 : Ligne 314 :


===== JWTAndSecurityCookieAuthenticator =====
===== JWTAndSecurityCookieAuthenticator =====
<pre>  
<syntaxhighlight lang="php" line>
    <?php
<?php
     declare(strict_types=1);
     declare(strict_types=1);
     namespace App\Service\Authentication;
     namespace App\Service\Authentication;
Ligne 363 : Ligne 363 :
         }
         }
     }
     }
</pre>
</syntaxhighlight>