How to do Authentication implementation of programming phoenix book using Phoenix v1.7

Try changing for={@conn} to for={@conn.params["session"]}

3 Likes