Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 128 (0.16 sec)

  1. docs/en/docs/advanced/security/oauth2-scopes.md

    For this, we use `security_scopes.scopes`, that contains a `list` with all these scopes as `str`.
    
    === "Python 3.10+"
    
        ```Python hl_lines="128-134"
        {!> ../../../docs_src/security/tutorial005_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="128-134"
        {!> ../../../docs_src/security/tutorial005_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="129-135"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jan 11 21:21:35 GMT 2024
    - 20.5K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/security/oauth2-scopes.md

    Hierzu verwenden wir `security_scopes.scopes`, das eine `list`e mit allen diesen Scopes als `str` enthält.
    
    === "Python 3.10+"
    
        ```Python hl_lines="128-134"
        {!> ../../../docs_src/security/tutorial005_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="128-134"
        {!> ../../../docs_src/security/tutorial005_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="129-135"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:26:08 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  3. docs/ru/docs/async.md

    ```
    
    ### Технические подробности
    
    Как вы могли заметить, `await` может применяться только в функциях, объявленных с использованием `async def`.
    
    <!--http://new.gramota.ru/spravka/punctum?layout=item&id=58_128-->
    Но выполнение такой функции необходимо "ожидать" с помощью `await`.
    Это означает, что её можно вызвать только из другой функции, которая тоже объявлена с `async def`.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 39.9K bytes
    - Viewed (0)
  4. docs/zh/docs/advanced/security/oauth2-scopes.md

    ```
    
    ## 校验 `scopes`
    
    接下来,校验所有依赖项和依赖要素(包括*路径操作*)所需的作用域。这些作用域包含在令牌的 `scopes` 里,如果不在其中就会触发 `HTTPException` 异常。
    
    为此,要使用包含所有作用域**字符串列表**的 `security_scopes.scopes`, 。
    
    ```Python hl_lines="128-134"
    {!../../../docs_src/security/tutorial005.py!}
    ```
    
    ## 依赖项树与作用域
    
    再次查看这个依赖项树与作用域。
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 22:43:35 GMT 2024
    - 11.8K bytes
    - Viewed (0)
  5. docs/en/data/people.yml

    - login: euri10
      count: 153
      avatarUrl: https://avatars.githubusercontent.com/u/1104190?u=321a2e953e6645a7d09b732786c7a8061e0f8a8b&v=4
      url: https://github.com/euri10
    - login: iudeen
      count: 128
      avatarUrl: https://avatars.githubusercontent.com/u/10519440?u=2843b3303282bff8b212dcd4d9d6689452e4470c&v=4
      url: https://github.com/iudeen
    - login: phy25
      count: 126
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Apr 01 23:12:23 GMT 2024
    - 56.9K bytes
    - Viewed (0)
  6. docs/em/docs/advanced/security/oauth2-scopes.md

    ```
    
    ## ✔ `scopes`
    
    👥 🔜 ✔ 👈 🌐 ↔ ✔, 👉 🔗 &amp; 🌐 ⚓️ (🔌 *➡ 🛠️*), 🔌 ↔ 🚚 🤝 📨, ⏪ 🤚 `HTTPException`.
    
    👉, 👥 ⚙️ `security_scopes.scopes`, 👈 🔌 `list` ⏮️ 🌐 👫 ↔ `str`.
    
    ```Python hl_lines="128-134"
    {!../../../docs_src/security/tutorial005.py!}
    ```
    
    ## 🔗 🌲 &amp; ↔
    
    ➡️ 📄 🔄 👉 🔗 🌲 &amp; ↔.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jan 11 21:21:35 GMT 2024
    - 11.1K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    * Fix duplicate dependency in `pyproject.toml`. PR [#128](https://github.com/tiangolo/fastapi/pull/128) by [@zxalif](https://github.com/zxalif).
    
    ## 0.10.3
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
Back to top