
#148: Phoenix LiveView Authentication Part 2
Published July 18, 2022
5m 59s
In episode 147 restricted all the routes in this Phoenix LiveView application - requiring a user to authenticate before accessing them. This works great, but let’s make some changes and allow users view the “index” and “show” pages without authenticating. This means we will …