Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add session management for dashboards #11

Open
Prophet32j opened this issue Feb 26, 2015 · 0 comments
Open

Add session management for dashboards #11

Prophet32j opened this issue Feb 26, 2015 · 0 comments

Comments

@Prophet32j
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant