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
Use express-session to track cookies for when a user logs in, and page redirects. API tokens will not be enough as this only protects the API, not the dashboards.
If a user goes directly to their dashboard, those routes need to be redirected if the user is not logged in.
A user should be able to bookmark the dashboard at any point and always be able to return to that point.
The text was updated successfully, but these errors were encountered:
Use express-session to track cookies for when a user logs in, and page redirects. API tokens will not be enough as this only protects the API, not the dashboards.
If a user goes directly to their dashboard, those routes need to be redirected if the user is not logged in.
A user should be able to bookmark the dashboard at any point and always be able to return to that point.
The text was updated successfully, but these errors were encountered: