-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmaturityIssues that will need to be addressed before wide deploymentIssues that will need to be addressed before wide deployment
Description
Right now colte-admin just provides a javascript prompt if not logged in, and redirects to a plaintext "access denied." Note that we're using the simple express-basic-auth package, which relies on HTTP username/password combo and does not use cookies.
It would be nice to have the following:
- A landing page that is NOT password protected; we can redirect non-logged-in and incorrectly logged in users here.
- A "logout" link somewhere in the nav-bar that redirects to the landing page.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmaturityIssues that will need to be addressed before wide deploymentIssues that will need to be addressed before wide deployment