dwyl / auth

🚪 🔐 UX-focussed Turnkey Authentication Solution for Web Apps/APIs (Documented, Tested & Maintained)
https://authdemo.fly.dev
GNU General Public License v2.0
130 stars 9 forks source link

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

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

Side-quest from: https://github.com/dwyl/auth/issues/207 Todo:

nelsonic commented 1 year ago

ERD:

image

Email addresses are stored in-the-clear: 🙄

image

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

nelsonic commented 1 year ago

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

image