Browse Source

✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md` (#5584)

Co-authored-by: Sebastián Ramírez <[email protected]>
pull/5587/head
Vivek Ashokkumar 2 years ago
committed by GitHub
parent
commit
d4e2bdb33a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/security/oauth2-jwt.md

2
docs/en/docs/tutorial/security/oauth2-jwt.md

@ -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">

Loading…
Cancel
Save