mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
The PKCE migration TODO referenced closed issue #2041. The TODO itself is still valid (DigitalOcean still doesn't support PKCE), so keep the migration checklist but drop the issue number. Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
This commit is contained in:
parent
92e8618d20
commit
bf28ccde87
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ const DO_OAUTH_TOKEN = "https://cloud.digitalocean.com/v1/oauth/token";
|
|||
// 5. This is the same pattern used by: gh CLI (GitHub), doctl (DigitalOcean),
|
||||
// gcloud (Google), and az (Azure).
|
||||
//
|
||||
// TODO(#2041): PKCE migration — monitor and migrate when DigitalOcean adds support.
|
||||
// TODO: PKCE migration — monitor and migrate when DigitalOcean adds support.
|
||||
// Last checked: 2026-03 — PKCE without client_secret returns 401 invalid_request.
|
||||
// Check status: POST to /v1/oauth/token with code_verifier but WITHOUT client_secret.
|
||||
// If it succeeds, migrate using this checklist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue