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

colte-admin: add a "logout" option, and landing/login page #25

Open
spencersevilla opened this issue Dec 15, 2018 · 0 comments
Open

colte-admin: add a "logout" option, and landing/login page #25

spencersevilla opened this issue Dec 15, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers maturity Issues that will need to be addressed before wide deployment

Comments

@spencersevilla
Copy link
Contributor

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:

  1. A landing page that is NOT password protected; we can redirect non-logged-in and incorrectly logged in users here.
  2. A "logout" link somewhere in the nav-bar that redirects to the landing page.
@spencersevilla spencersevilla added enhancement New feature or request good first issue Good for newcomers maturity Issues that will need to be addressed before wide deployment labels Dec 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers maturity Issues that will need to be addressed before wide deployment
Projects
None yet
Development

No branches or pull requests

2 participants