You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like Segment's approach - landing on the home page, even if logged in, shows their marketing site. Clicking Login immediately takes you to your workspaces.
I propose that we:
Add /dashboard route for the dashboard.
Remove the logic to show the dashboard on / if you're authenticated.
Make /login redirect to /dashboard if you're already authenticated.
The text was updated successfully, but these errors were encountered:
GitHub.com does what we do today, hijacking / for the current user's activity stream. It's one of the few apps to do so, that I can think of off-hand.
One of my primary motivations here is to differentiate between use of the Marketing site and use of the app. Instead of redirecting, we could instead hijack the page tracking to pretend that we're at /dashboard.
But more generally, if someone is logged in there is no way for them to see the Marketing site (e.g. if an OSS-only user wanted to check Pricing to use HB at their company).
I like Segment's approach - landing on the home page, even if logged in, shows their marketing site. Clicking Login immediately takes you to your workspaces.
I propose that we:
/dashboard
route for the dashboard./
if you're authenticated./login
redirect to/dashboard
if you're already authenticated.The text was updated successfully, but these errors were encountered: