Skip to content

Commit

Permalink
fix typo in oauth2-jwt tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekashok1221 committed Nov 3, 2022
1 parent 5f46802 commit 1d33142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/tutorial/security/oauth2-jwt.md
Expand Up @@ -257,7 +257,7 @@ Call the endpoint `/users/me/`, you will get the response as:

<img src="/img/tutorial/security/image09.png">

If you open the developer tools, you could see how the data sent and only includes the token, the password is only sent in the first request to authenticate the user and get that access token, but not afterwards:
If you open the developer tools, you could see how the data sent only includes the token, the password is only sent in the first request to authenticate the user and get that access token, but not afterwards:

<img src="/img/tutorial/security/image10.png">

Expand Down

0 comments on commit 1d33142

Please sign in to comment.