mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
authentication improvements
This commit is contained in:
@@ -16,3 +16,10 @@ RECFLARE_DOMAIN=rec.example.com
|
||||
# the committed wrangler.jsonc (which uses "local" placeholders) and spliced in at
|
||||
# deploy time. Required to deploy any worker with the matching KV binding.
|
||||
# RECFLARE_KV='{"RECFLARE_MATCH_PRESENCE":"9f53f04b7dd244658d59f515a14748b6","RECFLARE_PLAYER_SETTINGS":"d33a90014e904b0eac720bddcbe0b036"}'
|
||||
|
||||
# Id of the shared Secrets Store that holds the `JWT_SECRET` signing key (create it
|
||||
# with `wrangler secrets-store store create recflare --scopes workers`). Every
|
||||
# worker binds this one store as JWT_SECRET so auth-signed tokens verify everywhere.
|
||||
# Kept out of the committed wrangler.jsonc (which uses a "local" placeholder) and
|
||||
# spliced in at deploy time. Required to deploy any worker.
|
||||
# RECFLARE_SECRETS_STORE=00000000-0000-0000-0000-000000000000
|
||||
|
||||
Reference in New Issue
Block a user