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

Chore: Generate ERD for mix phx.gen.auth #284

Closed
1 task done
nelsonic opened this issue Mar 8, 2023 · 2 comments
Closed
1 task done

Chore: Generate ERD for mix phx.gen.auth #284

nelsonic opened this issue Mar 8, 2023 · 2 comments
Labels
chore a tedious but necessary task often paying technical debt documentation Improvements or additions to documentation enhancement New feature or enhancement of existing functionality priority-2 Second highest priority, should be worked on as soon as the Priority-1 issues are finished T25m Time Estimate 25 Minutes technical A technical issue that requires understanding of the code, infrastructure or dependencies

Comments

@nelsonic
Copy link
Member

nelsonic commented Mar 8, 2023

Side-quest from: #207
Todo:

  • generate ERD immediately after running mix phx.gen.auth
@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality priority-2 Second highest priority, should be worked on as soon as the Priority-1 issues are finished chore a tedious but necessary task often paying technical debt T25m Time Estimate 25 Minutes technical A technical issue that requires understanding of the code, infrastructure or dependencies documentation Improvements or additions to documentation labels Mar 8, 2023
@nelsonic
Copy link
Member Author

nelsonic commented Mar 9, 2023

ERD:

image

Email addresses are stored in-the-clear: 🙄
image

This is obviously undesirable. 🙃
Going to have to address this tomorrow morning. 💭

@nelsonic
Copy link
Member Author

nelsonic commented Mar 9, 2023

Similarly the people_tokens table stores email addresses as plaintext in the sent_to column:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore a tedious but necessary task often paying technical debt documentation Improvements or additions to documentation enhancement New feature or enhancement of existing functionality priority-2 Second highest priority, should be worked on as soon as the Priority-1 issues are finished T25m Time Estimate 25 Minutes technical A technical issue that requires understanding of the code, infrastructure or dependencies
Projects
None yet
Development

No branches or pull requests

1 participant