Skip to content

feat: reviewer test account for Google Play#13

Merged
thomasluizon merged 1 commit into
mainfrom
feat/reviewer-test-account
Mar 21, 2026
Merged

feat: reviewer test account for Google Play#13
thomasluizon merged 1 commit into
mainfrom
feat/reviewer-test-account

Conversation

@thomasluizon

Copy link
Copy Markdown
Owner

Summary

  • Adds env-var-controlled test account bypass for Google Play reviewer login
  • When REVIEWER_TEST_EMAIL and REVIEWER_TEST_CODE are set, the send-code endpoint skips sending a real email and stores the fixed code in cache (30-min TTL)
  • The verify-code endpoint requires no changes -- it validates against the cached entry normally

Setup

Set on Render:

REVIEWER_TEST_EMAIL=reviewer@useorbit.org
REVIEWER_TEST_CODE=123456

Remove the env vars after Google Play review is approved.

Test plan

  • Set env vars locally, send code for test email, verify no email is sent
  • Verify fixed code logs in successfully
  • Verify normal email login still works unchanged
  • Verify removing env vars disables the bypass

Generated with Claude Code

Bypass email verification for a configurable test account so Google Play
reviewers can log in without needing access to a real email inbox.
Controlled by REVIEWER_TEST_EMAIL and REVIEWER_TEST_CODE env vars.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant