- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for 153 (0.01 sec)
-
docs/zh/docs/advanced/security/oauth2-scopes.md
这样,返回的 JWT 令牌中就包含了作用域。 /// danger | "危险" 为了简明起见,本例把接收的作用域直接添加到了令牌里。 但在您的应用中,为了安全,应该只把作用域添加到确实需要作用域的用户,或预定义的用户。 /// ```Python hl_lines="153" {!../../docs_src/security/tutorial005.py!} ``` ## 在*路径操作*与依赖项中声明作用域 接下来,为*路径操作* `/users/me/items/` 声明作用域 `items`。 为此,要从 `fastapi` 中导入并使用 `Security` 。
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.8K bytes - Viewed (0)