FaxStore
FaxStore allows you to automatically redirect users to a specific page after they successfully log in or create an account. This is done using the redirect URL query parameter. This feature helps improve user experience by guiding customers directly to the page they intended to access instead of sending them back to the default store homepage.
When a user visits the login or registration page with a redirect parameter included in the URL, FaxStore will:
Allow the user to log in or register normally.
Verify authentication.
Automatically send the user to the specified page after authentication completes.
This works for both:
Existing users logging in
New users creating an account
Add the redirect query parameter to your login URL:
https://example.com/login?redirect=/partnersAfter authentication, the user will be redirected to:
https://example.com/partnersOnly relative paths can be used in the redirect query parameter. External URLs or specifying a domain in the query is not recommended for security purposes.