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

Migrate to DB-powered authentication #44

Open
6 tasks
alanhogan opened this issue Sep 27, 2017 · 1 comment
Open
6 tasks

Migrate to DB-powered authentication #44

alanhogan opened this issue Sep 27, 2017 · 1 comment

Comments

@alanhogan
Copy link
Owner

alanhogan commented Sep 27, 2017

  • Migration that adds a users table
  • Support for admin users and add-only users
  • API keys reimplemented and tied to users (probably one-to-many)
  • UI to create, delete, and privelege users & create & delete API keys
  • UI to change your password
  • Authentication would no longer be via config file, instead via db + bcrypt

this would require a major version bump
this would solve #33 and #34

@alanhogan
Copy link
Owner Author

Users could be marked as needing a password change

@alanhogan alanhogan added this to the 3.0 milestone Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant