Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for scope (0.12 sec)

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

    <img src="/img/tutorial/security/image10.png">
    
    !!! note
        Notice the header `Authorization`, with a value that starts with `Bearer `.
    
    ## Advanced usage with `scopes`
    
    OAuth2 has the notion of "scopes".
    
    You can use them to add a specific set of permissions to a JWT token.
    
    Then you can give this token to a user directly or a third party, to interact with your API with a set of restrictions.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 13K bytes
    - Viewed (0)
  2. docs/ja/docs/tutorial/security/oauth2-jwt.md

    開発者ツールを開くと、送信されるデータにはトークンだけが含まれており、パスワードはユーザーを認証してアクセストークンを取得する最初のリクエストでのみ送信され、その後は送信されないことがわかります。
    
    <img src="/img/tutorial/security/image10.png">
    
    !!! note "備考"
        ヘッダーの`Authorization`には、`Bearer`で始まる値があります。
    
    ## `scopes` を使った高度なユースケース
    
    OAuth2には、「スコープ」という概念があります。
    
    これらを利用して、JWTトークンに特定の権限セットを追加することができます。
    
    そして、このトークンをユーザーに直接、または第三者に与えて、制限付きでAPIを操作できます。
    
    これらの使用方法や**FastAPI**への統合方法については、**高度なユーザーガイド**で後ほど説明します。
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 21:21:35 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/security/oauth2-jwt.md

    !!! note "Hinweis"
        Beachten Sie den Header `Authorization` mit einem Wert, der mit `Bearer` beginnt.
    
    ## Fortgeschrittene Verwendung mit `scopes`
    
    OAuth2 hat ein Konzept von <abbr title="Geltungsbereiche">„Scopes“</abbr>.
    
    Sie können diese verwenden, um einem JWT-Token einen bestimmten Satz von Berechtigungen zu übergeben.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:27:06 GMT 2024
    - 15.1K bytes
    - Viewed (0)
Back to top