Auth routing
After login, Standard detects the account type
This page simulates what the backend will do automatically once real authentication is connected.
Current mock sessionContinue to destination
DevStudio
Email
seller@standard.gg
Role
seller
Seller subscription
active
Seller tag
provider_developer
Redirect
/dashboard
Routing rules
User
/accountrole === "user"
Buyer account with watchlist, reviews, alerts, and payment preferences.
Seller, active subscription
/dashboardrole === "seller" && sellerSubscriptionStatus === "active"
Full seller dashboard with products, payment verification, analytics, provider tag, and billing.
Seller, no active subscription
/account?view=sellrole === "seller" && sellerSubscriptionStatus !== "active"
Seller onboarding and plan selection before dashboard access.
Admin
/adminrole === "admin"
Admin control center for submissions, provider tags, payment risk, and moderation.