I am still working through the book. Programming Phoenix >= 1.4
Now upto the end of Chapter 5.
Here is the current state of the Repo.
https://github.com/chriseyre2000/rumbl_1_4
This is a long chapter that adds the user login and session management.
It can be painful fixing typos as there is a lot of code to type and the tests don’t arrive for a few chapters. This time it was only a few small issues. Mostly restarting the server gave the exact compilation error.
There have been a few small changes from the first version. Passwords and emails have been separated from main user table – which makes sense. This is trivial to implement.