- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for access_token (0.11 sec)
-
.gitignore
*.iml .idea .vscode .DS_Store /plugins/ /modules/ /tomcat.8080/ dbflute_fess/output/doc/lastadoc-fess.html dbflute_fess/schema/project-lastadoc-fess.json src/main/resources/fess_indices/fess_config.access_token/access_token.bulk src/main/resources/ga_client_secrets.p12 src/main/webapp/WEB-INF/project.properties /.apt_generated/
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 01:47:10 UTC 2024 - 1023 bytes - Viewed (0) -
docs/em/docs/tutorial/security/simple-oauth2.md
/// ## ๐จ ๐ค ๐จ `token` ๐ ๐ ๐ป ๐. โซ๏ธ ๐ โ๏ธ `token_type`. ๐ ๐ผ, ๐ฅ โ๏ธ "๐จ" ๐ค, ๐ค ๐ ๐ "`bearer`". & โซ๏ธ ๐ โ๏ธ `access_token`, โฎ๏ธ ๐ป โ ๐ ๐ ๐ค. ๐ ๐ ๐ผ, ๐ฅ ๐ ๐ ๐ & ๐จ ๐ `username` ๐ค. /// tip โญ ๐, ๐ ๐ ๐ ๐ฐ ๐ ๐ ๏ธ, โฎ๏ธ ๐ #๏ธโฃ & <abbr title="JSON Web Tokens">๐ฅ</abbr> ๐ค. โ๏ธ ๐, โก๏ธ ๐ฏ ๐ ๐ฏ โน ๐ฅ ๐ช.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.8K bytes - Viewed (0) -
internal/config/identity/openid/provider/keycloak.go
return User{}, err } req.URL.Path = path.Join(req.URL.Path, "realms", k.realm, "users", userid) k.Lock() accessToken := k.accessToken k.Unlock() if accessToken.AccessToken == "" { return User{}, ErrAccessTokenExpired } req.Header.Set("Authorization", "Bearer "+accessToken.AccessToken) resp, err := k.client.Do(req) if err != nil { return User{}, err } defer resp.Body.Close()
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Jul 14 18:12:07 UTC 2024 - 4.6K bytes - Viewed (0) -
.github/workflows/ci.yml
- name: 'Cancel previous runs' uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 with: access_token: ${{ github.token }} - name: 'Check out repository' uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 'Set up JDK ${{ matrix.java }}'
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 29 18:53:45 UTC 2024 - 3.5K bytes - Viewed (0) -
docs/en/docs/tutorial/security/simple-oauth2.md
The response of the `token` endpoint must be a JSON object. It should have a `token_type`. In our case, as we are using "Bearer" tokens, the token type should be "`bearer`". And it should have an `access_token`, with a string containing our access token. For this simple example, we are going to just be completely insecure and return the same `username` as the token. /// tip
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.3K bytes - Viewed (0) -
docs/de/docs/tutorial/security/simple-oauth2.md
Die Response des `token`-Endpunkts muss ein JSON-Objekt sein. Es sollte einen `token_type` haben. Da wir in unserem Fall โBearerโ-Token verwenden, sollte der Token-Typ "`bearer`" sein. Und es sollte einen `access_token` haben, mit einem String, der unseren Zugriffstoken enthรคlt. In diesem einfachen Beispiel gehen wir einfach vรถllig unsicher vor und geben denselben `username` wie der Token zurรผck. /// tip | "Tipp"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 14.1K bytes - Viewed (0) -
src/main/resources/esclient.xml
<!-- fess index --> <postConstruct name="addIndexConfig"> <arg>"fess/doc"</arg> </postConstruct> <!-- fess_config index --> <postConstruct name="addIndexConfig"> <arg>"fess_config.access_token/access_token"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.bad_word/bad_word"</arg> </postConstruct> <postConstruct name="addIndexConfig">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Oct 21 12:20:52 UTC 2024 - 16K bytes - Viewed (0) -
docs/zh/docs/tutorial/security/simple-oauth2.md
/// ## ่ฟๅ Token `token` ็ซฏ็น็ๅๅบๅฟ ้กปๆฏ JSON ๅฏน่ฑกใ ๅๅบ่ฟๅ็ๅ ๅฎนๅบ่ฏฅๅ ๅซ `token_type`ใๆฌไพไธญ็จ็ๆฏ**Bearer**Token๏ผๅ ๆญค๏ผ Token ็ฑปๅๅบไธบ**`bearer`**ใ ่ฟๅๅ ๅฎน่ฟๅบๅ ๅซ `access_token` ๅญๆฎต๏ผๅฎๆฏๅ ๅซๆ้ Token ็ๅญ็ฌฆไธฒใ ๆฌไพๅชๆฏ็ฎๅ็ๆผ็คบ๏ผ่ฟๅ็ Token ๅฐฑๆฏ `username`๏ผไฝ่ฟ็งๆนๅผๆไธๅฎๅ จใ /// tip | "ๆ็คบ" ไธไธ็ซ ไป็ปไฝฟ็จๅๅธๅฏ็ ๅ <abbr title="JSON Web Tokens">JWT</abbr> Token ็็ๆญฃๅฎๅ จๆบๅถใ ไฝ็ฐๅจ๏ผไป ๅ ณๆณจๆ้็็นๅฎ็ป่ใ ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.8K bytes - Viewed (0) -
internal/config/identity/openid/jwt.go
} func (r *Config) updateUserinfoClaims(ctx context.Context, arn arn.ARN, accessToken string, claims map[string]interface{}) error { pCfg, ok := r.arnProviderCfgsMap[arn] // If claim user info is enabled, get claims from userInfo // and overwrite them with the claims from JWT. if ok && pCfg.ClaimUserinfo { if accessToken == "" { return errors.New("access_token is mandatory if user_info claim is enabled") }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 02:46:36 UTC 2024 - 8.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
/// ## ํ ํฐ ๋ฐํํ๊ธฐ `token` ์๋ํฌ์ธํธ์ ์๋ต์ JSON ๊ฐ์ฒด์ฌ์ผ ํฉ๋๋ค. `token_type`์ด ์์ด์ผ ํฉ๋๋ค. ์ฌ๊ธฐ์๋ "Bearer" ํ ํฐ์ ์ฌ์ฉํ๋ฏ๋ก ํ ํฐ ์ ํ์ "`bearer`"์ฌ์ผ ํฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ ์ก์ธ์ค ํ ํฐ์ ํฌํจํ๋ ๋ฌธ์์ด๊ณผ ํจ๊ป `access_token`์ด ์์ด์ผ ํฉ๋๋ค. ์ด ๊ฐ๋จํ ์์ ์์๋ ์์ ํ ์์ ํ์ง ์๊ณ , ๋์ผํ `username`์ ํ ํฐ์ผ๋ก ๋ฐํํฉ๋๋ค. /// ํ ๋ค์ ์ฅ์์๋ ํจ์ค์๋ ํด์ฑ ๋ฐ <abbr title="JSON Web Tokens">JWT</abbr> ํ ํฐ์ ์ฌ์ฉํ์ฌ ์ค์ ๋ณด์ ๊ตฌํ์ ๋ณผ ์ ์์ต๋๋ค. ํ์ง๋ง ์ง๊ธ์ ํ์ํ ์ธ๋ถ ์ ๋ณด์ ์ง์คํ๊ฒ ์ต๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.5K bytes - Viewed (0)