File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ This handler must implement
7878 namespace App\Security;
7979
8080 use App\Repository\AccessTokenRepository;
81+ use Symfony\Component\Security\Core\Exception\BadCredentialsException;
8182 use Symfony\Component\Security\Http\AccessToken\AccessTokenHandlerInterface;
8283 use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
8384
Original file line number Diff line number Diff line change @@ -111,8 +111,14 @@ words, it does everything for you.
111111 If you are doing this in WSL (Windows Subsystem for Linux), the newly created
112112 local certificate authority needs to be manually imported in Windows. The file
113113 is located in ``wsl `` at ``~/.symfony5/certs/default.p12 ``. The easiest way to
114- do so is to run ``explorer.exe \`wslpath -w $HOME/.symfony5/certs\` `` from ``wsl ``
115- and double-click the ``default.p12 `` file.
114+ do so is to run the following command from ``wsl ``:
115+
116+ .. code-block :: terminal
117+
118+ $ explorer.exe `wslpath -w $HOME/.symfony5/certs`
119+
120+ In the file explorer window that just opened, double-click on the file
121+ called ``default.p12 ``.
116122
117123Before browsing your local application with HTTPS instead of HTTP, restart its
118124server stopping and starting it again.
You can’t perform that action at this time.
0 commit comments