Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for spesifikasyon (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

    Gerçek bir JWT access token üretip döndürün.
    
    {* ../../docs_src/security/tutorial004_an_py310.py hl[121:136] *}
    
    ### JWT "subject" `sub` Hakkında Teknik Detaylar { #technical-details-about-the-jwt-subject-sub }
    
    JWT spesifikasyonu, token'ın konusu (subject) için `sub` adlı bir anahtar olduğunu söyler.
    
    Bunu kullanmak zorunlu değildir; ancak kullanıcı kimliğini koymak için uygun yer burasıdır, bu yüzden burada onu kullanıyoruz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 12.1K bytes
    - Click Count (0)
  2. docs/tr/docs/advanced/behind-a-proxy.md

    ```
    
    </div>
    
    Hypercorn kullanıyorsanız, onda da `--root-path` seçeneği vardır.
    
    /// note | Teknik Detaylar
    
    ASGI spesifikasyonu bu kullanım senaryosu için bir `root_path` tanımlar.
    
    `--root-path` komut satırı seçeneği de bu `root_path`'i sağlar.
    
    ///
    
    ### Mevcut `root_path`'i Kontrol Etme { #checking-the-current-root-path }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 16.5K bytes
    - Click Count (0)
Back to Top