- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 658 for security1 (0.06 sec)
-
docs/em/docs/tutorial/security/oauth2-jwt.md
✍ 🔢 👔 🤝. 🔬 Pydantic 🏷 👈 🔜 ⚙️ 🤝 🔗 📨. ✍ 🚙 🔢 🏗 🆕 🔐 🤝. {* ../../docs_src/security/tutorial004.py hl[6,12:14,28:30,78:86] *} ## ℹ 🔗 ℹ `get_current_user` 📨 🎏 🤝 ⏭, ✋️ 👉 🕰, ⚙️ 🥙 🤝. 🔣 📨 🤝, ✔ ⚫️, & 📨 ⏮️ 👩💻. 🚥 🤝 ❌, 📨 🇺🇸🔍 ❌ ▶️️ ↖️. {* ../../docs_src/security/tutorial004.py hl[89:106] *} ## ℹ `/token` *➡ 🛠️* ✍ `timedelta` ⏮️ 👔 🕰 🤝.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.6K bytes - Viewed (0) -
docs/es/docs/tutorial/security/simple-oauth2.md
Haz clic en el botón "Authorize". Usa las credenciales: Usuario: `johndoe` Contraseña: `secret` <img src="/img/tutorial/security/image04.png"> Después de autenticarte en el sistema, lo verás así: <img src="/img/tutorial/security/image05.png"> ### Obtener tus propios datos de usuario Ahora usa la operación `GET` con la path `/users/me`. Obtendrás los datos de tu usuario, como:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 9.9K bytes - Viewed (0) -
docs/en/docs/advanced/security/index.md
# Advanced Security { #advanced-security } ## Additional Features { #additional-features } There are some extra features to handle security apart from the ones covered in the [Tutorial - User Guide: Security](../../tutorial/security/index.md){.internal-link target=_blank}. /// tip The next sections are **not necessarily "advanced"**. And it's possible that for your use case, the solution is in one of them. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 708 bytes - Viewed (0) -
docs/en/docs/tutorial/security/oauth2-jwt.md
If the token is invalid, return an HTTP error right away. {* ../../docs_src/security/tutorial004_an_py310.py hl[90:107] *} ## Update the `/token` *path operation* { #update-the-token-path-operation } Create a `timedelta` with the expiration time of the token. Create a real JWT access token and return it. {* ../../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 - 10.5K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java
} @Test void testGetSecurityWithValidSecurityDescriptor() throws Exception { // Setup mock ShareInfo502 with a minimal valid security descriptor srvsvc.ShareInfo502 info502 = new srvsvc.ShareInfo502(); // Create a minimal valid security descriptor binary // Format: revision(1) + sbz1(1) + control(2) + ownerOffset(4) + groupOffset(4) + saclOffset(4) + daclOffset(4) = 20 bytes minimum
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0) -
docs/de/docs/tutorial/security/first-steps.md
**FastAPI** weiß, dass es die Klasse `OAuth2PasswordBearer` (deklariert in einer Abhängigkeit) verwenden kann, um das Sicherheitsschema in OpenAPI zu definieren, da es von `fastapi.security.oauth2.OAuth2` erbt, das wiederum von `fastapi.security.base.SecurityBase` erbt.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.2K bytes - Viewed (0) -
docs/ru/docs/tutorial/security/first-steps.md
**FastAPI** будет знать, что он может использовать класс `OAuth2PasswordBearer` (объявленный в зависимости) для определения схемы безопасности в OpenAPI, поскольку он наследуется от `fastapi.security.oauth2.OAuth2`, который, в свою очередь, наследуется от `fastapi.security.base.SecurityBase`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jan 06 18:26:39 UTC 2025 - 14.1K bytes - Viewed (0) -
docs/ru/docs/tutorial/security/simple-oauth2.md
Нажмите кнопку "Авторизация". Используйте учётные данные: Пользователь: `johndoe` Пароль: `secret` <img src="/img/tutorial/security/image04.png"> После авторизации в системе вы увидите следующее: <img src="/img/tutorial/security/image05.png"> ### Получение собственных пользовательских данных Теперь, используя операцию `GET` с путем `/users/me`, вы получите данные пользователя, например:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 10 10:53:40 UTC 2024 - 16.4K bytes - Viewed (0) -
CONTRIBUTING.md
the behavior you are seeing is confirmed as a bug or issue, it can easily be re-raised in the issue tracker. ## Filing issues Sensitive security-related issues should be reported to [security@golang.org](mailto:******@****.***). See the [security policy](https://golang.org/security) for details. The recommended way to file an issue is by running `go bug`. Otherwise, when filing an issue, make sure to answer these five questions:
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 29 22:00:27 UTC 2023 - 1.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/NtTransQuerySecurityDescResponseTest.java
assertNull(response.getSecurityDescriptor()); } @Test @DisplayName("Test readDataWireFormat with valid security descriptor") void testReadDataWireFormatWithValidSecurityDescriptor() throws Exception { // Create a minimal valid security descriptor buffer byte[] buffer = createValidSecurityDescriptorBuffer(); // Set error code to 0 setErrorCode(response, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.8K bytes - Viewed (0)