Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 14828 (1.21 sec)

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

    โœ ๐Ÿ”ข `ALGORITHM` โฎ๏ธ ๐Ÿ“Š โš™๏ธ ๐Ÿ›‘ ๐Ÿฅ™ ๐Ÿค & โš’ โšซ๏ธ `"HS256"`.
    
    โœ ๐Ÿ”ข ๐Ÿ‘” ๐Ÿค.
    
    ๐Ÿ”ฌ Pydantic ๐Ÿท ๐Ÿ‘ˆ ๐Ÿ”œ โš™๏ธ ๐Ÿค ๐Ÿ”— ๐Ÿ“จ.
    
    โœ ๐Ÿš™ ๐Ÿ”ข ๐Ÿ— ๐Ÿ†• ๐Ÿ” ๐Ÿค.
    
    {* ../../docs_src/security/tutorial004.py hl[6,12:14,28:30,78:86] *}
    
    ## โ„น ๐Ÿ”—
    
    โ„น `get_current_user` ๐Ÿ“จ ๐ŸŽ ๐Ÿค โญ, โœ‹๏ธ ๐Ÿ‘‰ ๐Ÿ•ฐ, โš™๏ธ ๐Ÿฅ™ ๐Ÿค.
    
    ๐Ÿ”ฃ ๐Ÿ“จ ๐Ÿค, โœ” โšซ๏ธ, & ๐Ÿ“จ โฎ๏ธ ๐Ÿ‘ฉโ€๐Ÿ’ป.
    
    ๐Ÿšฅ ๐Ÿค โŒ, ๐Ÿ“จ ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” โŒ โ–ถ๏ธ๏ธ โ†–๏ธ.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/security/oauth2-jwt.md

    Definieren Sie ein Pydantic-Modell, das im Token-Endpunkt fรผr die Response verwendet wird.
    
    Erstellen Sie eine Hilfsfunktion, um einen neuen Zugriffstoken zu generieren.
    
    {* ../../docs_src/security/tutorial004_an_py310.py hl[6,12:14,28:30,78:86] *}
    
    ## Die Abhรคngigkeiten aktualisieren
    
    Aktualisieren Sie `get_current_user`, um den gleichen Token wie zuvor zu erhalten, dieses Mal jedoch unter Verwendung von JWT-Tokens.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  3. src/test/java/jcifs/internal/smb2/lock/Smb2LockTest.java

            void testPowerOfTwoValues() {
                long powerOfTwoOffset = 1L << 32; // 2^32
                long powerOfTwoLength = 1L << 16; // 2^16
                int powerOfTwoFlags = 1 << 8; // 2^8
    
                lock = new Smb2Lock(powerOfTwoOffset, powerOfTwoLength, powerOfTwoFlags);
                lock.encode(buffer, 0);
    
                assertEquals(powerOfTwoOffset, SMBUtil.readInt8(buffer, 0));
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  4. docs/en/data/topic_repos.yml

      stars: 1432
      owner_login: benavlabs
      owner_html_url: https://github.com/benavlabs
    - name: fastapi-pagination
      html_url: https://github.com/uriyyo/fastapi-pagination
      stars: 1428
      owner_login: uriyyo
      owner_html_url: https://github.com/uriyyo
    - name: awesome-python-resources
      html_url: https://github.com/DjangoEx/awesome-python-resources
      stars: 1413
      owner_login: DjangoEx
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:41 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  5. docs/ja/docs/tutorial/security/oauth2-jwt.md

    ใƒˆใƒผใ‚ฏใƒณใฎๆœ‰ๅŠนๆœŸ้™ใ‚’ๆŒ‡ๅฎšใ—ใŸๅค‰ๆ•ฐ`ACCESS_TOKEN_EXPIRE_MINUTES`ใ‚’ไฝœๆˆใ—ใพใ™ใ€‚
    
    ใƒฌใ‚นใƒใƒณใ‚นใฎใƒˆใƒผใ‚ฏใƒณใ‚จใƒณใƒ‰ใƒใ‚คใƒณใƒˆใงไฝฟ็”จใ™ใ‚‹Pydanticใƒขใƒ‡ใƒซใ‚’ๅฎš็พฉใ—ใพใ™ใ€‚
    
    ๆ–ฐใ—ใ„ใ‚ขใ‚ฏใ‚ปใ‚นใƒˆใƒผใ‚ฏใƒณใ‚’็”Ÿๆˆใ™ใ‚‹ใƒฆใƒผใƒ†ใ‚ฃใƒชใƒ†ใ‚ฃ้–ขๆ•ฐใ‚’ไฝœๆˆใ—ใพใ™ใ€‚
    
    {* ../../docs_src/security/tutorial004.py hl[6,12:14,28:30,78:86] *}
    
    ## ไพๅญ˜้–ขไฟ‚ใฎๆ›ดๆ–ฐ
    
    `get_current_user`ใ‚’ๆ›ดๆ–ฐใ—ใฆใ€ๅ…ˆใปใฉใจๅŒใ˜ใƒˆใƒผใ‚ฏใƒณใ‚’ๅ—ใ‘ๅ–ใ‚‹ใ‚ˆใ†ใซใ—ใพใ™ใŒใ€ไปŠๅ›žใฏJWTใƒˆใƒผใ‚ฏใƒณใ‚’ไฝฟ็”จใ—ใพใ™ใ€‚
    
    ๅ—ใ‘ๅ–ใฃใŸใƒˆใƒผใ‚ฏใƒณใ‚’ๅพฉๅทใ—ใฆๆคœ่จผใ—ใ€็พๅœจใฎใƒฆใƒผใ‚ถใƒผใ‚’่ฟ”ใ—ใพใ™ใ€‚
    
    ใƒˆใƒผใ‚ฏใƒณใŒ็„กๅŠนใชๅ ดๅˆใฏใ€ใ™ใใซHTTPใ‚จใƒฉใƒผใ‚’่ฟ”ใ—ใพใ™ใ€‚
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 14K bytes
    - Viewed (1)
  6. docs/en/docs/release-notes.md

    ---
    hide:
      - navigation
    ---
    
    # Release Notes
    
    ## Latest Changes
    
    ### Docs
    
    * ๐Ÿ“ Add documentation for Behind a Proxy - Proxy Forwarded Headers, using `--forwarded-allow-ips="*"`. PR [#14028](https://github.com/fastapi/fastapi/pull/14028) by [@tiangolo](https://github.com/tiangolo).
    * ๐Ÿ“ Add deprecation info block about `dict()` in `docs/tutorial/body.md`. PR [#13906](https://github.com/fastapi/fastapi/pull/13906) by [@jomkv](https://github.com/jomkv).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    - Built Kubernetes with Go 1.22.3. ([#124828](https://github.com/kubernetes/kubernetes/pull/124828), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
Back to top