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 session

DevStudio

Email
seller@standard.gg
Role
seller
Seller subscription
active
Seller tag
provider_developer
Redirect
/dashboard
Continue to destination

Routing rules

User
/account
role === "user"

Buyer account with watchlist, reviews, alerts, and payment preferences.

Seller, active subscription
/dashboard
role === "seller" && sellerSubscriptionStatus === "active"

Full seller dashboard with products, payment verification, analytics, provider tag, and billing.

Seller, no active subscription
/account?view=sell
role === "seller" && sellerSubscriptionStatus !== "active"

Seller onboarding and plan selection before dashboard access.

Admin
/admin
role === "admin"

Admin control center for submissions, provider tags, payment risk, and moderation.