- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 527 for broken (0.07 sec)
-
.github/workflows/issue-on-pr-rollback.yml
Registered: Tue Oct 29 12:39:09 UTC 2024 - Last Modified: Tue Oct 01 08:13:39 UTC 2024 - 1.5K bytes - Viewed (0) -
internal/s3select/jstream/decoder.go
} scan: if v, err = d.emitAny(); err != nil { goto out } if d.depth > d.emitDepth { // skip alloc for array if it won't be emitted array = append(array, v) } // next token must be ',' or ']' switch c = d.skipSpaces(); c { case ',': d.skipSpaces() goto scan case ']': goto out default: err = d.mkError(ErrSyntax, "after array element") } out:
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Mon Sep 23 19:35:41 UTC 2024 - 13.5K bytes - Viewed (0) -
internal/config/policy/opa/help.go
Type: "url", Sensitive: true, }, config.HelpKV{ Key: AuthToken, Description: "[DEPRECATED] authorization token for OPA endpoint" + defaultHelpPostfix(AuthToken), Optional: true, Type: "string", Sensitive: true, Secret: true, }, config.HelpKV{ Key: config.Comment,
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Fri Jun 23 14:45:27 UTC 2023 - 1.6K bytes - Viewed (0) -
docs/en/docs/project-generation.md
- ๐งช [Playwright](https://playwright.dev) for End-to-End testing. - ๐ฆ Dark mode support. - ๐ [Docker Compose](https://www.docker.com) for development and production. - ๐ Secure password hashing by default. - ๐ JWT token authentication. - ๐ซ Email based password recovery. - โ Tests with [Pytest](https://pytest.org). - ๐ [Traefik](https://traefik.io) as a reverse proxy / load balancer.
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 11:16:34 UTC 2024 - 1.9K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/get-current-user.md
# ํ์ฌ ์ฌ์ฉ์ ๊ฐ์ ธ์ค๊ธฐ ์ด์ ์ฅ์์ (์์กด์ฑ ์ฃผ์ ์์คํ ์ ๊ธฐ๋ฐ์ผ๋ก ํ)๋ณด์ ์์คํ ์ *๊ฒฝ๋ก ์๋ ํจ์*์์ `str`๋ก `token`์ ์ ๊ณตํ์ต๋๋ค: ```Python hl_lines="10" {!../../docs_src/security/tutorial001.py!} ``` ๊ทธ๋ฌ๋ ์์ง๋ ์ ์ฉํ์ง ์์ต๋๋ค. ํ์ฌ ์ฌ์ฉ์๋ฅผ ์ ๊ณตํ๋๋ก ํฉ์๋ค. ## ์ ์ ๋ชจ๋ธ ์์ฑํ๊ธฐ ๋จผ์ Pydantic ์ ์ ๋ชจ๋ธ์ ๋ง๋ค์ด ๋ณด๊ฒ ์ต๋๋ค. Pydantic์ ์ฌ์ฉํ์ฌ ๋ณธ๋ฌธ์ ์ ์ธํ๋ ๊ฒ๊ณผ ๊ฐ์ ๋ฐฉ์์ผ๋ก ๋ค๋ฅธ ๊ณณ์์ ์ฌ์ฉํ ์ ์์ต๋๋ค. //// tab | ํ์ด์ฌ 3.7 ์ด์ ```Python hl_lines="5 12-16" {!> ../../docs_src/security/tutorial002.py!} ``` ////
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.6K bytes - Viewed (0) -
.github/workflows/stale-issues.yml
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale. Please reopen if you'd like to work on this further." repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Contribution issues uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 with:
Registered: Tue Oct 29 12:39:09 UTC 2024 - Last Modified: Wed Jun 26 15:41:19 UTC 2024 - 4.1K bytes - Viewed (0) -
docs/es/docs/project-generation.md
- ๐ฆ Soporte para modo oscuro. - ๐ [Docker Compose](https://www.docker.com) para desarrollo y producciรณn. - ๐ Hashing seguro de contraseรฑas por defecto. - ๐ Autenticaciรณn con token JWT. - ๐ซ Recuperaciรณn de contraseรฑas basada en email. - โ Tests con [Pytest](https://pytest.org). - ๐ [Traefik](https://traefik.io) como proxy inverso / balanceador de carga.
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 11:16:34 UTC 2024 - 2K bytes - Viewed (0) -
internal/event/target/nats_contrib_test.go
defer s.Shutdown() clientConfig := &NATSArgs{ Enable: true, Address: xnet.Host{ Name: "localhost", Port: (xnet.Port(opts.Port)), IsPortSet: true, }, Subject: "test", Token: opts.Authorization, } con, err := clientConfig.connectNats() if err != nil { t.Errorf("Could not connect to nats: %v", err) } defer con.Close()
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 2.3K bytes - Viewed (0) -
docs/em/docs/tutorial/security/simple-oauth2.md
Oauth2๏ธโฃ ๐ซ ๐ป. /// ## ๐ ๐ค `username` & `password` ๐ โก๏ธ โ๏ธ ๐ ๐ **FastAPI** ๐ต ๐. ### `OAuth2PasswordRequestForm` ๐ฅ, ๐ `OAuth2PasswordRequestForm`, & โ๏ธ โซ๏ธ ๐ โฎ๏ธ `Depends` *โก ๐ ๏ธ* `/token`: //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐ ```Python hl_lines="4 76" {!> ../../docs_src/security/tutorial003.py!} ``` //// //// tab | ๐ 3๏ธโฃ.1๏ธโฃ0๏ธโฃ & ๐ ```Python hl_lines="2 74"
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.8K bytes - Viewed (0) -
cmd/admin-heal-ops.go
} } } // getHealSequenceByToken - Retrieve a heal sequence by token. The second // argument returns if a heal sequence actually exists. func (ahs *allHealState) getHealSequenceByToken(token string) (h *healSequence, exists bool) { ahs.RLock() defer ahs.RUnlock() for _, healSeq := range ahs.healSeqMap { if healSeq.clientToken == token { return healSeq, true } } return nil, false }
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 25.6K bytes - Viewed (0)