skeleton@2025.7.3
·
213 commits
to main
since this release
Patch Changes
-
Support OAuth parameters via URL query strings in skeleton login route (#3391) by @kdaviduik
The skeleton template's login route (
account_.login.tsx) now reads OAuth parameters from the URL and forwards them tocustomerAccount.login(). This enables deep linking to the login page with pre-configured authentication options.Supported Query Parameters
Query Parameter Description acr_valuesDirect users to a specific login method (e.g., provider:googlefor social login)login_hintPre-fill the email address field login_hint_modeWhen set to submitwithlogin_hint, auto-submits the login formlocaleDisplay the login page in a specific language (e.g., fr,zh-CN)Usage Examples
/account/login?login_hint=user@example.com /account/login?login_hint=user@example.com&login_hint_mode=submit /account/login?acr_values=provider:google /account/login?locale=fr -
Updated dependencies [
7c077f5f21a595c0355873ac8073b716dfeaf4d0,7c077f5f21a595c0355873ac8073b716dfeaf4d0,7c077f5f21a595c0355873ac8073b716dfeaf4d0]:- @Shopify/hydrogen@2025.8.0