mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-14 05:29:56 +09:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wxiaoguang <2114189+wxiaoguang@users.noreply.github.com>
18 lines
635 B
YAML
18 lines
635 B
YAML
- id: 1
|
|
grant_id: 1
|
|
code: "authcode"
|
|
code_challenge: "CjvyTLSdR47G5zYenDA-eDWW4lRrO8yvjcWwbD_deOg" # Code Verifier: N1Zo9-8Rfwhkt68r1r29ty8YwIraXR8eh_1Qwxg7yQXsonBt
|
|
code_challenge_method: "S256"
|
|
redirect_uri: "a"
|
|
valid_until: 3546869730
|
|
|
|
- id: 2
|
|
grant_id: 4
|
|
code: "authcodepublic"
|
|
code_challenge: "CjvyTLSdR47G5zYenDA-eDWW4lRrO8yvjcWwbD_deOg" # Code Verifier: N1Zo9-8Rfwhkt68r1r29ty8YwIraXR8eh_1Qwxg7yQXsonBt
|
|
code_challenge_method: "S256"
|
|
redirect_uri: "http://127.0.0.1/"
|
|
valid_until: 3546869730
|
|
|
|
# DO NOT add more test data in the fixtures, test case should prepare their own test data separately and clearly
|