Redesign store auth callback page to match Identity UI#7278
Open
PhilMcClelland wants to merge 1 commit intomainfrom
Open
Redesign store auth callback page to match Identity UI#7278PhilMcClelland wants to merge 1 commit intomainfrom
PhilMcClelland wants to merge 1 commit intomainfrom
Conversation
Adapt the OAuth callback page served during `shopify store auth` to match the visual design of accounts.shopify.com/activate (Shopify Identity's device authorization flow). Changes: - Dark background with radial gradient matching Identity login pages - Shopify bag icon SVG centered above the card (same asset as Identity) - White card with 24px border-radius, 40px padding, and Identity's exact box-shadow treatment - Typography matching Identity: 24px/600 heading, 14px subdued body - Vertically centered layout with fixed "Shopify CLI" footer - Fully self-contained — no external CSS, fonts, or CDN dependencies The page is served from localhost during the PKCE OAuth flow, so all styles and assets must be inline. The Shopify bag SVG is the same one used by accounts.shopify.com/activate. Co-authored-by: Phil McClelland <phil.mcclelland@shopify.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adapt the OAuth callback page served during
shopify store authto match the visual design of accounts.shopify.com/activate (Shopify Identity's device authorization flow).Changes:
The page is served from localhost during the PKCE OAuth flow, so all styles and assets must be inline. The Shopify bag SVG is the same one used by accounts.shopify.com/activate.
Closes #7276