Sealas' auth part 3: custom ecto types, auth tokens, ...
Part 3 of Sealas‘ authentication API series.
This time we will cover the most basic necessities for a working authentication. We will cover the basic structure in our app, including a custom ecto type to handle our password hashing and working with our token library.
Read next From back-end OTP app into a Phoenix 1.3 app, Part 1