Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Dost (0.07 sec)

  1. docs/en/docs/tutorial/security/first-steps.md

            * So, the user will have to log in again at some point later.
            * And if the token is stolen, the risk is less. It is not like a permanent key that will work forever (in most of the cases).
    * The frontend stores that token temporarily somewhere.
    * The user clicks in the frontend to go to another section of the frontend web app.
    * The frontend needs to fetch some more data from the API.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:48:20 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/first-steps.md

    #### πŸ› οΈ
    
    "πŸ› οΈ" πŸ“₯ πŸ”— 1️⃣ πŸ‡ΊπŸ‡ΈπŸ” "πŸ‘©β€πŸ”¬".
    
    1️⃣:
    
    * `POST`
    * `GET`
    * `PUT`
    * `DELETE`
    
    ...& πŸŒ… 😍 πŸ•:
    
    * `OPTIONS`
    * `HEAD`
    * `PATCH`
    * `TRACE`
    
    πŸ‡ΊπŸ‡ΈπŸ” πŸ› οΈ, πŸ‘† πŸ’ͺ πŸ”— πŸ”  ➑ βš™οΈ 1️⃣ (βš–οΈ πŸŒ…) πŸ‘« "πŸ‘©β€πŸ”¬".
    
    ---
    
    πŸ•β” πŸ— πŸ”—, πŸ‘† πŸ›Ž βš™οΈ πŸ‘« 🎯 πŸ‡ΊπŸ‡ΈπŸ” πŸ‘©β€πŸ”¬ 🎭 🎯 🎯.
    
    πŸ›Ž πŸ‘† βš™οΈ:
    
    * `POST`: ✍ πŸ’½.
    * `GET`: ✍ πŸ’½.
    * `PUT`: β„Ή πŸ’½.
    * `DELETE`: ❎ πŸ’½.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/first-steps.md

    Ao construir uma API, a "rota" é a principal forma de separar "preocupaçáes" e "recursos".
    
    #### Operação
    
    "Operação" aqui se refere a um dos "métodos" HTTP.
    
    Um dos:
    
    * `POST`
    * `GET`
    * `PUT`
    * `DELETE`
    
    ...e os mais exΓ³ticos:
    
    * `OPTIONS`
    * `HEAD`
    * `PATCH`
    * `TRACE`
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top