Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Developer (0.17 sec)

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

    ```JSON
    {
      "username": "johndoe",
      "email": "******@****.***",
      "full_name": "John Doe",
      "disabled": false
    }
    ```
    
    <img src="/img/tutorial/security/image09.png">
    
    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">
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 13K bytes
    - Viewed (0)
Back to top