Skip to content

Commit 2fa3aeb

Browse files
committed
Auth: wire production OAUTH_STATE KV namespace + preview IDs into Worker config.
1 parent b8b0197 commit 2fa3aeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workers/gh-store-app-oauth/wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ APP_SCHEME = "githubstore"
2323
# Then paste the returned IDs below.
2424
[[kv_namespaces]]
2525
binding = "OAUTH_STATE"
26-
id = "REPLACE_WITH_KV_ID"
27-
preview_id = "REPLACE_WITH_PREVIEW_KV_ID"
26+
id = "8fb32ad78ab5447289a30fa45d0813a4"
27+
preview_id = "886ef1e9012c452a9b92e1533ec3a09c"
2828

2929
# Per-IP rate limit on /auth/start. Workers Rate Limiting bindings only support
3030
# `period = 10` or `period = 60` seconds — closest match to the agreed 60/hr/IP

0 commit comments

Comments
 (0)