Open anikarni opened 7 years ago
Right now, when we try to access a route and are not logged in, we get a "Unauthorized!" message and no html. We should be instead redirected to login.
Given I'm not logged in, when I try to access a page that exists, such as "https://mail.wazokazi.is/backup-account", I should be redirected to login.
Given I'm not logged in, when I try to access a page that does not exist, such as "https://mail.wazokazi.is/banana", I should not be redirected.
--
Right now, when we try to access a route and are not logged in, we get a "Unauthorized!" message and no html. We should be instead redirected to login.
Acceptance Criteria
Given I'm not logged in, when I try to access a page that exists, such as "https://mail.wazokazi.is/backup-account", I should be redirected to login.
Given I'm not logged in, when I try to access a page that does not exist, such as "https://mail.wazokazi.is/banana", I should not be redirected.
In Scope
Out of Scope
Depends on
--