We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392bd48 commit 20f8173Copy full SHA for 20f8173
docs/addons/jwt.md
@@ -232,7 +232,7 @@ class LoginController extends BaseController
232
You could send a request with the existing user's credentials by curl like this:
233
234
```console
235
-$ curl --location 'http://localhost:8080/auth/jwt' \
+curl --location 'http://localhost:8080/auth/jwt' \
236
--header 'Content-Type: application/json' \
237
--data-raw '{"email" : "admin@example.jp" , "password" : "passw0rd!"}'
238
```
0 commit comments