Hi,
I have a Phoenix application that has exactly the same authentication module that is in the Programming Phoenix book. How can I enforce that a single users can only be logged in once. The second login should kick out the old one, and all this without channels.
How can I achieve this?