m-lab / murakami-viz

A visualization service of Murakami tests using Koa and React.
Apache License 2.0
1 stars 1 forks source link

When not logged in, page should redirect to the login interface (and login page should be the default page for anonymous users) #2

Closed jheretic closed 4 years ago

jheretic commented 4 years ago

Currently the site does not redirect users to the login screen when they attempt to load the site. Anonymous users should automatically be redirected to /login and /login should be the default page for non-logged-in users.

rudietuesdays commented 4 years ago

@jheretic can you review when you get a sec? Thank you!

jheretic commented 4 years ago

This looks like it's working, but waiting for https://github.com/throneless-tech/murakami-viz/pull/11 to get merged for some final testing before closing out.

jheretic commented 4 years ago

This works, but also redirects you on login when you refresh the page even if logged in, so still a bit of a problem.