Skip to content

Add signup JWT to store auth#7848

Draft
dengjeffrey wants to merge 1 commit into
mainfrom
projects-dot-dev-store-auth-signup
Draft

Add signup JWT to store auth#7848
dengjeffrey wants to merge 1 commit into
mainfrom
projects-dot-dev-store-auth-signup

Conversation

@dengjeffrey

Copy link
Copy Markdown
Contributor

Summary

  • Adds a --signup flag to shopify store auth.
  • Plumbs the signup JWT through store auth into the PKCE bootstrap.
  • Appends signup=<JWT> to the Admin OAuth /admin/oauth/authorize URL so Core/Admin can process the Projects.dev store signup before scope approval.

Tests

  • pnpm vitest run packages/store/src/cli/commands/store/auth.test.ts packages/store/src/cli/services/store/auth/pkce.test.ts packages/store/src/cli/services/store/auth/index.test.ts
  • pnpm nx run store:type-check

Notes

  • This is a POC companion to the Core Projects.dev signup JWT handling branch.
  • The JWT is forwarded only to the OAuth authorize URL; it is not persisted by the CLI.

Assisted-By: devx/b755a248-6116-4865-a10b-de316639f142
@github-actions github-actions Bot added the no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. label Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant