- Sort Score
- Num 10 results
- Language All
Results 341 - 350 of 710 for token5 (0.48 seconds)
-
cmd/admin-handlers.go
return } // Analyze the heal token and route the request accordingly token, _, success := proxyRequestByToken(ctx, w, r, hip.clientToken, false) if success { return } hip.clientToken = token // if request was not successful, try this server locally if token // is not found the call will fail anyways. if token is empty // try this server to generate a new token. type healResp struct {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 99.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/SsoProcessException.java
* of SSO authentication and authorization processes. It extends FessSystemException * to provide consistent error handling within the Fess system for SSO-related * processing failures such as token validation errors, communication failures * with SSO providers, or configuration issues. */ public class SsoProcessException extends FessSystemException { private static final long serialVersionUID = 1L;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 19 08:04:23 GMT 2025 - 1.9K bytes - Click Count (0) -
docs/ja/docs/advanced/websockets.md
``` </div> ブラウザで [http://127.0.0.1:8000](http://127.0.0.1:8000) を開きます。 そこで、以下を設定できます。 * パスで使用される「Item ID」 * クエリパラメータとして使用される「Token」 /// tip | 豆知識 クエリ `token` は依存関係によって処理されることに注意してください。 /// これにより、WebSocketに接続してメッセージを送受信できます。 <img src="/img/tutorial/websockets/image05.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 6.8K bytes - Click Count (0) -
docs/pt/docs/_llm-test.md
### O abbr fornece uma frase completa { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done – Fazer as Coisas">GTD</abbr> * <abbr title="less than – menos que"><code>lt</code></abbr> * <abbr title="XML Web Token – Token Web XML">XWT</abbr> * <abbr title="Parallel Server Gateway Interface – Interface de Gateway de Servidor Paralelo">PSGI</abbr>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 12.1K bytes - Click Count (0) -
guava/src/com/google/common/collect/TreeBasedTable.java
public SortedMap<C, V> subMap(C fromKey, C toKey) { checkArgument(rangeContains(checkNotNull(fromKey)) && rangeContains(checkNotNull(toKey))); return new TreeRow(rowKey, fromKey, toKey); } @Override public SortedMap<C, V> headMap(C toKey) { checkArgument(rangeContains(checkNotNull(toKey))); return new TreeRow(rowKey, lowerBound, toKey); } @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 18 15:05:43 GMT 2025 - 11.6K bytes - Click Count (0) -
docs/fr/docs/project-generation.md
- 🦇 Prise en charge du mode sombre. - 🐋 [Docker Compose](https://www.docker.com) pour le développement et la production. - 🔒 Hachage sécurisé des mots de passe par défaut. - 🔑 Authentification JWT (JSON Web Token). - 📫 Récupération de mot de passe par e-mail. - ✅ Tests avec [Pytest](https://pytest.org). - 📞 [Traefik](https://traefik.io) comme proxy inverse / répartiteur de charge.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.2K bytes - Click Count (0) -
docs/en/docs/how-to/conditional-openapi.md
* Configure any required permissions and roles using dependencies. * Never store plaintext passwords, only password hashes. * Implement and use well-known cryptographic tools, like pwdlib and JWT tokens, etc. * Add more granular permission controls with OAuth2 scopes where needed. * ...etc.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.4K bytes - Click Count (0) -
docs/fr/docs/advanced/websockets.md
</div> Ouvrez votre navigateur à l'adresse [http://127.0.0.1:8000](http://127.0.0.1:8000). Là, vous pouvez définir : * « Item ID », utilisé dans le chemin. * « Token » utilisé comme paramètre de requête. /// tip | Astuce Notez que le `token` de requête sera géré par une dépendance. /// Avec cela, vous pouvez connecter le WebSocket puis envoyer et recevoir des messages :
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 5.9K bytes - Click Count (0) -
.github/workflows/deploy-docs.yml
rm -rf ./site mkdir ./site - uses: actions/download-artifact@v8 with: path: ./site/ pattern: docs-site-* merge-multiple: true github-token: ${{ secrets.GITHUB_TOKEN }} run-id: ${{ github.event.workflow_run.id }} - name: Deploy to Cloudflare Pages # hashFiles returns an empty string if there are no files if: hashFiles('./site/*')Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Mar 03 00:12:02 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/ko/docs/advanced/websockets.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 6.3K bytes - Click Count (0)