Skip to content

Commit

Permalink
✏ Fix typo in docs/en/docs/tutorial/security/oauth2-jwt.md (#5584)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
vivekashok1221 and tiangolo committed Nov 3, 2022
1 parent 8a5befd commit d4e2bdb
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 d4e2bdb

Please sign in to comment.