Creating authentication from scratch in Phoenix is way too hard. Looking for advice...

Personally, I don’t like to use external packages for auth stuff. Especially those bigger packages that come with own migrations, controllers and templates. Customizing it takes 5x longer than building the stuff I need. I also want to keep control over how the data is handled and stored.

I am not saying the packages out there are ****, I just don’t feel comfortable using them.