Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 77 for johnson (0.18 sec)

  1. docs/de/docs/tutorial/security/oauth2-jwt.md

    Benutzername: `johndoe`
    Passwort: `secret`.
    
    !!! check
        Beachten Sie, dass im Code nirgendwo das Klartext-Passwort "`secret`" steht, wir haben nur die gehashte Version.
    
    <img src="/img/tutorial/security/image08.png">
    
    Rufen Sie den Endpunkt `/users/me/` auf, Sie erhalten die Response:
    
    ```JSON
    {
      "username": "johndoe",
      "email": "johndoe@example.com",
      "full_name": "John Doe",
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:27:06 GMT 2024
    - 15.1K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/security/oauth2-jwt.md

    โš  ๐Ÿ‘œ โœ”๏ธ ๐Ÿคฏ ๐Ÿ‘ˆ `sub` ๐Ÿ”‘ ๐Ÿ”œ โœ”๏ธ ๐Ÿ˜ ๐Ÿ†” ๐Ÿคญ ๐ŸŽ‚ ๐Ÿˆธ, &amp; โšซ๏ธ ๐Ÿ”œ ๐ŸŽป.
    
    ## โœ… โšซ๏ธ
    
    ๐Ÿƒ ๐Ÿ’ฝ &amp; ๐Ÿšถ ๐Ÿฉบ: <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
    
    ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ‘€ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ”ข ๐Ÿ’–:
    
    <img src="/img/tutorial/security/image07.png">
    
    โœ” ๐Ÿˆธ ๐ŸŽ ๐ŸŒŒ โญ.
    
    โš™๏ธ ๐ŸŽ“:
    
    ๐Ÿ†”: `johndoe`
    ๐Ÿ”: `secret`
    
    !!! check
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 21:21:35 GMT 2024
    - 9.5K bytes
    - Viewed (0)
  3. docs/zh/docs/tutorial/security/simple-oauth2.md

    ็‚นๅ‡ป**Authorize**ๆŒ‰้’ฎใ€‚
    
    ไฝฟ็”จไปฅไธ‹ๅ‡ญ่ฏ๏ผš
    
    ็”จๆˆทๅ๏ผš`johndoe`
    
    ๅฏ†็ ๏ผš`secret`
    
    <img src="https://fastapi.tiangolo.com/img/tutorial/security/image04.png">
    
    ้€š่ฟ‡่บซไปฝ้ชŒ่ฏๅŽ๏ผŒๆ˜พ็คบไธ‹ๅ›พๆ‰€็คบ็š„ๅ†…ๅฎน๏ผš
    
    <img src="https://fastapi.tiangolo.com/img/tutorial/security/image05.png">
    
    ### ่Žทๅ–ๅฝ“ๅ‰็”จๆˆทๆ•ฐๆฎ
    
    ไฝฟ็”จ `/users/me` ่ทฏๅพ„็š„ `GET` ๆ“ไฝœใ€‚
    
    ๅฏไปฅๆๅ–ๅฆ‚ไธ‹ๅฝ“ๅ‰็”จๆˆทๆ•ฐๆฎ๏ผš
    
    ```JSON
    {
      "username": "johndoe",
      "email": "******@****.***",
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.8K bytes
    - Viewed (0)
  4. docs/en/docs/how-to/nosql-databases-couchbase.md

    So, if the `dict` contains:
    
    ```Python
    {
        "username": "johndoe",
        "hashed_password": "some_hash",
    }
    ```
    
    It will be passed to `UserInDB` as:
    
    ```Python
    UserInDB(username="johndoe", hashed_password="some_hash")
    ```
    
    ## Create your **FastAPI** code
    
    ### Create the `FastAPI` app
    
    ```Python hl_lines="46"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Jan 16 13:23:25 GMT 2024
    - 6K bytes
    - Viewed (0)
  5. docs/ko/docs/tutorial/security/simple-oauth2.md

    "Authorize" ๋ฒ„ํŠผ์„ ๋ˆŒ๋Ÿฌ๋ด…์‹œ๋‹ค.
    
    ์ž๊ฒฉ ์ฆ๋ช…์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.
    
    ์œ ์ €๋ช…: `johndoe`
    
    ํŒจ์Šค์›Œ๋“œ: `secret`
    
    <img src="/img/tutorial/security/image04.png">
    
    ์‹œ์Šคํ…œ์—์„œ ์ธ์ฆํ•˜๋ฉด ๋‹ค์Œ๊ณผ ๊ฐ™์ด ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค:
    
    <img src="/img/tutorial/security/image05.png">
    
    ### ์ž์‹ ์˜ ์œ ์ € ๋ฐ์ดํ„ฐ ๊ฐ€์ ธ์˜ค๊ธฐ
    
    ์ด์ œ `/users/me` ๊ฒฝ๋กœ์— `GET` ์ž‘์—…์„ ์ง„ํ–‰ํ•ฉ์‹œ๋‹ค.
    
    ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์‚ฌ์šฉ์ž ๋ฐ์ดํ„ฐ๋ฅผ ์–ป์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    ```JSON
    {
      "username": "johndoe",
      "email": "johndoe@example.com",
      "full_name": "John Doe",
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 22:37:23 GMT 2024
    - 11.6K bytes
    - Viewed (0)
  6. docs/em/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`.
    
    ๐Ÿ‘† ๐Ÿ”œ ๐Ÿคš ๐Ÿ‘† ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ“Š, ๐Ÿ’–:
    
    ```JSON
    {
      "username": "johndoe",
      "email": "johndoe@example.com",
      "full_name": "John Doe",
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  7. docs/ja/docs/tutorial/security/oauth2-jwt.md

    ๅ‰ๅ›žใจๅŒใ˜ๆ–นๆณ•ใงใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใฎ่ชๅฏใ‚’่กŒใ„ใพใ™ใ€‚
    
    ๆฌกใฎ่ช่จผๆƒ…ๅ ฑใ‚’ไฝฟ็”จใ—ใพใ™๏ผš
    
    Username: `johndoe`
    Password: `secret`
    
    !!! check "็ขบ่ช"
        ใ‚ณใƒผใƒ‰ใฎใฉใ“ใซใ‚‚ๅนณๆ–‡ใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰"`secret`"ใฏใชใใ€ใƒใƒƒใ‚ทใƒฅๅŒ–ใ•ใ‚ŒใŸใ‚‚ใฎใ—ใ‹ใชใ„ใ“ใจใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„ใ€‚
    
    <img src="/img/tutorial/security/image08.png">
    
    ใ‚จใƒณใƒ‰ใƒใ‚คใƒณใƒˆ`/users/me/`ใ‚’ๅ‘ผใณๅ‡บใ™ใจใ€ๆฌกใฎใ‚ˆใ†ใชใƒฌใ‚นใƒใƒณใ‚นใŒๅพ—ใ‚‰ใ‚Œใพใ™๏ผš
    
    ```JSON
    {
      "username": "johndoe",
      "email": "johndoe@example.com",
      "full_name": "John Doe",
      "disabled": false
    }
    ```
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 21:21:35 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  8. docs/de/docs/tutorial/security/simple-oauth2.md

    Verwenden Sie nun die Operation `GET` mit dem Pfad `/users/me`.
    
    Sie erhalten Ihre Benutzerdaten:
    
    ```JSON
    {
      "username": "johndoe",
      "email": "johndoe@example.com",
      "full_name": "John Doe",
      "disabled": false,
      "hashed_password": "fakehashedsecret"
    }
    ```
    
    <img src="/img/tutorial/security/image06.png">
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:08:44 GMT 2024
    - 14.3K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/security/simple-oauth2.md

    Now use the operation `GET` with the path `/users/me`.
    
    You will get your user's data, like:
    
    ```JSON
    {
      "username": "johndoe",
      "email": "johndoe@example.com",
      "full_name": "John Doe",
      "disabled": false,
      "hashed_password": "fakehashedsecret"
    }
    ```
    
    <img src="/img/tutorial/security/image06.png">
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 12.5K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess/fi/stopwords.txt

    keillรค
    keiltรค
    keille
    keinรค
    keiksi
    mikรค
    minkรค
    minkรค
    mitรค
    missรค
    mistรค
    mihin
    millรค
    miltรค
    mille
    minรค
    miksi
    mitkรค
    joka
    jonka
    jota
    jossa
    josta
    johon
    jolla
    jolta
    jolle
    jona
    joksi
    jotka
    joiden
    joita
    joissa
    joista
    joihin
    joilla
    joilta
    joille
    joina
    joiksi
    ettรค
    ja
    jos
    koska
    kuin
    mutta
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Nov 27 12:59:36 GMT 2023
    - 1.7K bytes
    - Viewed (0)
Back to top