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

User account and token generation #2

Open
JherezTaylor opened this issue Dec 10, 2017 · 3 comments
Open

User account and token generation #2

JherezTaylor opened this issue Dec 10, 2017 · 3 comments
Assignees

Comments

@JherezTaylor
Copy link
Member

Goal

  • Create and store user accounts, passwords and authentication tokens in a user database.

Deliverables

  • At this stage we only need to store a user name, email address, user type (admin or regular) and an authentication token
  • Choice of database can be suggested
  • Can exist locally for now, simple and basic for now
  • Passwords should ideally be encrypted and decrypted
  • Should run as part of a flask app
  • Possible SendGrid integration to manage the rest of passwords and tokens?
@JherezTaylor
Copy link
Member Author

For this one I figure whoever can take it first should go ahead.

@isaacmtz90
Copy link
Member

We could start using a seed project for this one: https://github.com/wdm0006/cookiecutter-flask or https://github.com/DrkSephy/django-hackathon-starter. I'll try the first one that is using flask and fork it if it's worth it.

@JherezTaylor
Copy link
Member Author

Yea these look like good starters.

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

3 participants