Persistent logins in Elixir with Expected From back-end OTP app into a Phoenix 1.3 app, Part 1

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.

https://sealas.at/blog/2018-01/designing-and-writing-a-basic-authentication-api-with-phoenix-and-elixir-auth-part-3/