Skip to content

Commit 2b5a17d

Browse files
committed
Small fronend auth rework. Removed master api keys. Updated docs and terminology
1 parent 004b7ae commit 2b5a17d

59 files changed

Lines changed: 13155 additions & 8013 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.test.example

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
# ========================================
1414
TEST_BASE_URL=http://localhost:3010
1515

16-
# API key for your relay account.
17-
# OPTIONAL — if omitted, the test suite registers a fresh account at startup
18-
# and deletes it when all tests finish (ephemeral mode). Requires registration
19-
# to be enabled on the server (DISABLE_REGISTRATION must not be set).
16+
# A fully-scoped API key for your relay account (created via the dashboard after signup).
17+
# OPTIONAL — if omitted, the test suite registers a fresh account at startup,
18+
# creates a fully-scoped API key via the session, and deletes the account when
19+
# all tests finish (ephemeral mode). Requires registration to be enabled on the
20+
# server (DISABLE_REGISTRATION must not be set).
2021
# Set this to reuse a persistent account across test runs instead.
21-
# TEST_API_KEY=your-relay-api-key-here
22+
# TEST_API_KEY=your-scoped-api-key-here
2223

2324
# ========================================
2425
# REQUIRED: Foundry Instances

0 commit comments

Comments
 (0)