Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 191 - 200 of 486 for token5 (0.23 seconds)

  1. docs/de/docs/how-to/conditional-openapi.md

    * Speichern Sie niemals Klartext-Passwรถrter, sondern nur Passwort-Hashes.
    * Implementieren und verwenden Sie gรคngige kryptografische Tools wie pwdlib und JWT-Tokens, usw.
    * Fรผgen Sie bei Bedarf detailliertere Berechtigungskontrollen mit OAuth2-Scopes hinzu.
    * ... usw.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3K bytes
    - Click Count (0)
  2. docs/en/docs/project-generation.md

      - ๐Ÿฆ‡ Dark mode support.
    - ๐Ÿ‹ [Docker Compose](https://www.docker.com) for development and production.
    - ๐Ÿ”’ Secure password hashing by default.
    - ๐Ÿ”‘ JWT (JSON Web Token) authentication.
    - ๐Ÿ“ซ Email based password recovery.
    - โœ… Tests with [Pytest](https://pytest.org).
    - ๐Ÿ“ž [Traefik](https://traefik.io) as a reverse proxy / load balancer.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  3. samples/guide/src/test/kotlin/okhttp3/AllMainsTest.kt

        cause: Throwable,
      ): Boolean =
        when (className) {
          "okhttp3.recipes.CheckHandshake" -> true
    
          // by design
          "okhttp3.recipes.RequestBodyCompression" -> true
    
          // expired token
          else -> false
        }
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  4. src/main/java/jcifs/smb1/ntlmssp/NtlmFlags.java

        * of NTLMv2 authentication.
        */
        int NTLMSSP_NEGOTIATE_NTLM2 = 0x00080000;
    
        /**
         * Requests an initial response token.
         */
        int NTLMSSP_REQUEST_INIT_RESPONSE = 0x00100000;
    
        /**
         * Requests an accept response token.
         */
        int NTLMSSP_REQUEST_ACCEPT_RESPONSE = 0x00200000;
    
        /**
         * Requests the use of a non-NT session key.
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 5.1K bytes
    - Click Count (0)
  5. .github/workflows/label-approved.yml

                uv.lock
        - name: Install GitHub Actions dependencies
          run: uv sync --locked --no-dev --group github-actions
        - name: Label Approved
          run: uv run ./scripts/label_approved.py
          env:
            TOKEN: ${{ secrets.GITHUB_TOKEN }}
            CONFIG: >
              {
                "approved-1":
                  {
                    "number": 1,
                    "await_label": "awaiting-review"
                  }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Jan 10 22:02:57 GMT 2026
    - 1.1K bytes
    - Click Count (0)
  6. android/guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java

       *
       * The simplest way to maintain a rate of QPS is to keep the timestamp of the last granted
       * request, and ensure that (1/QPS) seconds have elapsed since then. For example, for a rate of
       * QPS=5 (5 tokens per second), if we ensure that a request isn't granted earlier than 200ms after
       * the last one, then we achieve the intended rate. If a request comes and the last request was
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed May 14 19:40:47 GMT 2025
    - 19.3K bytes
    - Click Count (0)
  7. fastapi/security/api_key.py

                    It is also useful when you want to have authentication that can be
                    provided in one of multiple optional ways (for example, in a query
                    parameter or in an HTTP Bearer token).
                    """
                ),
            ] = True,
        ):
            super().__init__(
                location=APIKeyIn.query,
                name=name,
                scheme_name=scheme_name,
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 9.6K bytes
    - Click Count (1)
  8. guava-tests/test/com/google/common/collect/SynchronizedNavigableMapTest.java

          return delegate().floorKey(key);
        }
    
        @Override
        public NavigableMap<K, V> headMap(K toKey, boolean inclusive) {
          assertTrue(Thread.holdsLock(mutex));
          return delegate().headMap(toKey, inclusive);
        }
    
        @Override
        public SortedMap<K, V> headMap(K toKey) {
          return headMap(toKey, false);
        }
    
        @Override
        public @Nullable Entry<K, V> higherEntry(K key) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 12.8K bytes
    - Click Count (0)
  9. docs/ko/docs/tutorial/cors.md

    ## ์™€์ผ๋“œ์นด๋“œ { #wildcards }
    
    ๋˜ํ•œ ๋ชฉ๋ก์„ `"*"`("์™€์ผ๋“œ์นด๋“œ")๋กœ ์„ ์–ธํ•ด ๋ชจ๋‘ ํ—ˆ์šฉ๋œ๋‹ค๊ณ  ๋งํ•  ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ํ•˜์ง€๋งŒ ๊ทธ๋Ÿฌ๋ฉด ์ž๊ฒฉ ์ฆ๋ช…(credentials)์ด ํฌํ•จ๋œ ๋ชจ๋“  ๊ฒƒ์„ ์ œ์™ธํ•˜๊ณ  ํŠน์ • ์œ ํ˜•์˜ ํ†ต์‹ ๋งŒ ํ—ˆ์šฉํ•˜๊ฒŒ ๋ฉ๋‹ˆ๋‹ค. ์˜ˆ: ์ฟ ํ‚ค, Bearer Token์— ์‚ฌ์šฉ๋˜๋Š” ๊ฒƒ๊ณผ ๊ฐ™์€ Authorization ํ—ค๋” ๋“ฑ.
    
    ๋”ฐ๋ผ์„œ ๋ชจ๋“  ๊ฒƒ์ด ์˜ฌ๋ฐ”๋ฅด๊ฒŒ ๋™์ž‘ํ•˜๊ฒŒ ํ•˜๋ ค๋ฉด, ํ—ˆ์šฉ๋œ ์ถœ์ฒ˜๋ฅผ ๋ช…์‹œ์ ์œผ๋กœ ์ง€์ •ํ•˜๋Š” ๊ฒƒ์ด ๋” ์ข‹์Šต๋‹ˆ๋‹ค.
    
    ## `CORSMiddleware` ์‚ฌ์šฉ { #use-corsmiddleware }
    
    `CORSMiddleware`๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ **FastAPI** ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์—์„œ ์ด๋ฅผ ์„ค์ •ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 6.1K bytes
    - Click Count (0)
  10. tests/test_security_oauth2.py

    from fastapi.testclient import TestClient
    from inline_snapshot import snapshot
    from pydantic import BaseModel
    
    app = FastAPI()
    
    reusable_oauth2 = OAuth2(
        flows={
            "password": {
                "tokenUrl": "token",
                "scopes": {"read:users": "Read the users", "write:users": "Create users"},
            }
        }
    )
    
    
    class User(BaseModel):
        username: str
    
    
    # Here we use string annotations to test them
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 08 10:18:38 GMT 2026
    - 9.8K bytes
    - Click Count (0)
Back to Top