- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 276 for Token (0.11 sec)
-
src/main/resources/fess_message_en.properties
errors.failed_to_download_mapping_file = Failed to download a mapping file. errors.failed_to_upload_mapping_file = Failed to upload a mapping file. errors.invalid_kuromoji_token={0} is invalid as a token. errors.invalid_kuromoji_segmentation=The number of segmentation for {0} and {1} is different. errors.invalid_str_is_included = {1} is invalid for {0}. errors.blank_password = Password is required.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
docs/ja/docs/tutorial/cors.md
これを実現するには、バックエンドに「許可されたオリジン」のリストがなければなりません。 この場合、フロントエンドを正しく機能させるには、そのリストに `http://localhost:8080` を含める必要があります。 ## ワイルドカード リストを `"*"` (ワイルドカード) と宣言して、すべてを許可することもできます。 ただし、Bearer Tokenで使用されるような認証ヘッダーやCookieなどのクレデンシャル情報に関するものを除いて、特定の種類の通信のみが許可されます。 したがって、すべてを正しく機能させるために、許可されたオリジンの明示的な指定をお勧めします。 ## `CORSMiddleware` の使用 **FastAPI** アプリケーションでは `CORSMiddleware` を使用して、CORSに関する設定ができます。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.2K bytes - Viewed (0) -
src/test/java/jcifs/pac/kerberos/KerberosApRequestTest.java
v.add(new DERTaggedObject(true, 2, new DERBitString(new byte[] { apOptions }))); // first byte read by impl return new DERSequence(v); } @Test @DisplayName("byte[] ctor: empty token throws PACDecodingException with clear message") void byteArrayConstructor_emptyToken_throws() { // Arrange byte[] empty = new byte[0]; // Act + Assert
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
- kube-apiserver: `--service-account-max-token-expiration` can now be used in combination with an external token signer `--service-account-signing-endpoint`, as long as the `--service-account-max-token-expiration` is not longer than the external token signer's max expiration. ([#129816](https://github.com/kubernetes/kubernetes/pull/129816), [@sambdavidson](https://github.com/sambdavidson)) [SIG...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
docs/es/docs/tutorial/bigger-applications.md
Así que las ponemos en su propio módulo `dependencies` (`app/dependencies.py`). Ahora utilizaremos una dependencia simple para leer un encabezado `X-Token` personalizado: //// tab | Python 3.9+ ```Python hl_lines="3 6-8" title="app/dependencies.py" {!> ../../docs_src/bigger_applications/app_an_py39/dependencies.py!} ``` ////
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/bigger-applications.md
Então, as colocamos em seu próprio módulo de `dependencies` (`app/dependencies.py`). Agora usaremos uma dependência simples para ler um cabeçalho `X-Token` personalizado: //// tab | Python 3.9+ ```Python hl_lines="3 6-8" title="app/dependencies.py" {!> ../../docs_src/bigger_applications/app_an_py39/dependencies.py!} ``` ////
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.6K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
errors.failed_to_download_mapping_file = Kan mappingbestand niet downloaden. errors.failed_to_upload_mapping_file = Kan mappingbestand niet uploaden. errors.invalid_kuromoji_token={0} is geen geldig token. errors.invalid_kuromoji_segmentation=Het aantal segmentaties van {0} komt niet overeen met het aantal segmentaties van {1}. errors.invalid_str_is_included = {1} is ongeldig in {0}. errors.blank_password = Wachtwoord is vereist.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
- Fixes service account token admission error in clusters that do not run the service account token controller ([#87029](https://github.com/kubernetes/kubernetes/pull/87029), [@liggitt](https://github.com/liggitt)) [SIG Auth]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
errors.failed_to_download_mapping_file = Impossibile scaricare il file di mappatura. errors.failed_to_upload_mapping_file = Impossibile caricare il file di mappatura. errors.invalid_kuromoji_token={0} non è un token valido. errors.invalid_kuromoji_segmentation=Il numero di segmentazioni di {0} non corrisponde al numero di segmentazioni di {1}. errors.invalid_str_is_included = {0} non è valido in {1}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
docs/ru/docs/tutorial/security/oauth2-jwt.md
Если токен недействителен, то сразу же верните HTTP-ошибку. {* ../../docs_src/security/tutorial004_an_py310.py hl[90:107] *} ## Обновление *операции пути* `/token` Создайте `timedelta` со временем истечения срока действия токена. Создайте реальный токен доступа JWT и верните его {* ../../docs_src/security/tutorial004_an_py310.py hl[118:133] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 18.5K bytes - Viewed (0)