Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for inState (0.12 sec)

  1. pkg/serviceaccount/openidmetadata.go

    	Issuer string `json:"issuer"` // REQUIRED in OIDC; meaningful to relying parties.
    	// TODO(mtaufen): Since our goal is compatibility for relying parties that
    	// need to validate ID tokens, but do not need to initiate login flows,
    	// and since we aren't sure what to put in authorization_endpoint yet,
    	// we will omit this field until someone files a bug.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 12 00:23:31 UTC 2020
    - 9.4K bytes
    - Viewed (0)
  2. docs/pt/docs/tutorial/security/first-steps.md

    ## Crie um `main.py`
    Copie o exemplo em um arquivo `main.py`:
    
    ```Python
    {!../../../docs_src/security/tutorial001.py!}
    ```
    
    ## Execute-o
    
    !!! info "informação"
    	Primeiro, instale <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>.
    
    	Ex: `pip install python-multipart`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top