- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 216 for userid (0.28 sec)
-
docs/em/docs/tutorial/security/get-current-user.md
``` //// ๐ ๐ ๐ฅ ๐ฃ ๐ `current_user` Pydantic ๐ท `User`. ๐ ๐ โน ๐บ๐ฒ ๐ ๐ข โฎ๏ธ ๐ ๐ ๏ธ & ๐ โ . /// tip ๐ 5๏ธโฃ๐ ๐ญ ๐ ๐จ ๐ช ๐ฃ โฎ๏ธ Pydantic ๐ท. ๐ฅ **FastAPI** ๐ ๐ซ ๐ค ๐จ โฉ๏ธ ๐ โ๏ธ `Depends`. /// /// check ๐ ๐ ๐ โ๏ธ ๐ โ ๐ฅ โ๏ธ ๐ ๐ (๐ "โ") ๐ ๐ ๐จ `User` ๐ท. ๐ฅ ๐ซ ๐ซ โ๏ธ ๐ด 1๏ธโฃ ๐ ๐ ๐ช ๐จ ๐ ๐ ๐ฝ. /// ## ๐ ๐ท
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.3K bytes - Viewed (0) -
docs/ja/docs/tutorial/security/get-current-user.md
`get_current_user` ใฏไฝๆใใ๏ผๅฝ็ฉใฎ๏ผใฆใผใใฃใชใใฃ้ขๆฐใไฝฟใฃใฆใ `str` ใจใใฆใใผใฏใณใๅใๅใใๅ ใปใฉใฎPydanticใฎ `User` ใขใใซใ่ฟๅดใใพใ: ```Python hl_lines="19-22 26-27" {!../../docs_src/security/tutorial002.py!} ``` ## ็พๅจใฎใฆใผใถใผใฎๆณจๅ ฅ ใงใใฎใงใ `get_current_user` ใซๅฏพใใฆๅๆงใซ *path operation* ใฎไธญใง `Depends` ใๅฉ็จใงใใพใใ ```Python hl_lines="31" {!../../docs_src/security/tutorial002.py!} ``` Pydanticใขใใซใฎ `User` ใจใใฆใ `current_user` ใฎๅใๅฎฃ่จใใใใจใซๆณจๆใใฆใใ ใใใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractEntity.java
} protected void registerModifiedProperty(String propertyName) { __modifiedProperties.addPropertyName(propertyName); registerSpecifiedProperty(propertyName); // synchronize if exists, basically for user's manual call } public void modifiedToSpecified() { if (__modifiedProperties.isEmpty()) { return; // basically no way when called in Framework (because called when SpecifyColumn exists)
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmUtil.java
/** * Creates the LMv2 response for the supplied information. * * @param domain * The domain in which the username exists. * @param user * The username. * @param password * The user's password. * @param challenge * The server challenge. * @param clientChallenge * The client challenge (nonce).
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 9.7K bytes - Viewed (0) -
docs/de/docs/tutorial/security/get-current-user.md
``` //// ## Den Benutzer holen `get_current_user` wird eine von uns erstellte (gefakte) Hilfsfunktion verwenden, welche einen Token vom Typ `str` entgegennimmt und unser Pydantic-`User`-Modell zurรผckgibt: //// tab | Python 3.10+ ```Python hl_lines="19-22 26-27" {!> ../../docs_src/security/tutorial002_an_py310.py!} ``` //// //// tab | Python 3.9+
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/en/docs/tutorial/security/get-current-user.md
/// ```Python hl_lines="10" {!> ../../docs_src/security/tutorial001.py!} ``` //// But that is still not that useful. Let's make it give us the current user. ## Create a user model First, let's create a Pydantic user model. The same way we use Pydantic to declare bodies, we can use it anywhere else: //// tab | Python 3.10+ ```Python hl_lines="5 12-16"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/get-current-user.md
``` //// Pydantic ๋ชจ๋ธ์ธ `User`๋ก `current_user`์ ํ์ ์ ์ ์ธํ๋ ๊ฒ์ ์์์ผ ํฉ๋๋ค. ์ด๊ฒ์ ๋ชจ๋ ์๋ฃ ๋ฐ ํ์ ๊ฒ์ฌ๋ฅผ ํตํด ํจ์ ๋ด๋ถ์์ ์ฐ๋ฆฌ๋ฅผ ๋์ธ ๊ฒ์ ๋๋ค. /// tip | "ํ" ์์ฒญ ๋ณธ๋ฌธ๋ Pydantic ๋ชจ๋ธ๋ก ์ ์ธ๋๋ค๋ ๊ฒ์ ๊ธฐ์ตํ ๊ฒ์ ๋๋ค. ์ฌ๊ธฐ์ **FastAPI**๋ `Depends`๋ฅผ ์ฌ์ฉํ๊ณ ์๊ธฐ ๋๋ฌธ์ ํผ๋๋์ง ์์ต๋๋ค. /// /// check | "ํ์ธ" ์ด ์์กด์ฑ ์์คํ ์ด ์ค๊ณ๋ ๋ฐฉ์์ ๋ชจ๋ `User` ๋ชจ๋ธ์ ๋ฐํํ๋ ๋ค์ํ ์์กด์ฑ(๋ค๋ฅธ "์์กด์ ์ธ")์ ๊ฐ์ง ์ ์๋๋ก ํฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.6K bytes - Viewed (0) -
docs/ko/docs/features.md
from datetime import date from pydantic import BaseModel # ๋ณ์๋ฅผ str๋ก ์ ์ธ # ๊ทธ ํ ํจ์ ์์์ ํธ์ง๊ธฐ ์ง์์ ๋ฐ์ผ์ธ์ def main(user_id: str): return user_id # Pydantic ๋ชจ๋ธ class User(BaseModel): id: int name: str joined: date ``` ์์ ์ฝ๋๋ ๋ค์๊ณผ ๊ฐ์ด ์ฌ์ฉ๋ ์ ์์ต๋๋ค: ```Python my_user: User = User(id=3, name="John Doe", joined="2018-07-19") second_user_data = { "id": 4, "name": "Mary",
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.8K bytes - Viewed (0) -
docs/es/docs/advanced/response-directly.md
Luego, tras bastidores, pondrรญa esos datos compatibles con JSON (por ejemplo, un `dict`) dentro de una `JSONResponse` que se usarรญa para enviar la respuesta al cliente. Pero puedes devolver una `JSONResponse` directamente de tu *operaciรณn de path*. Esto puede ser รบtil, por ejemplo, para devolver cookies o headers personalizados.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.2K bytes - Viewed (0) -
tests/associations_belongs_to_test.go
} if err := DB.Model(&users[1]).Association("Company").Append(&company); err != nil { t.Errorf("Error happened when append company to user, got %v", err) } if users[0].CompanyID == nil || users[1].CompanyID == nil || *users[0].CompanyID != *users[1].CompanyID { t.Errorf("user's company id should exists and equal, but its: %v, %v", users[0].CompanyID, users[1].CompanyID) }
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Oct 30 09:15:49 UTC 2023 - 9.3K bytes - Viewed (0)