The idea is simple. We are building a simple monitoring tool where you put a URL and learn about a website's/web app's response time and uptime. We build the monitor with the Phoenix framework.
The second part of our series discusses authorization and authentication. In a Phoenix project, you can either build your own solution from scratch, use some existing tools or engage a native Phoenix fix called mix phx.gen.auth.
The second part of our series discusses authorization and authentication. In a Phoenix project, you can either build your own solution from scratch, use some existing tools or engage a native Phoenix fix called mix phx.gen.auth.
Let's give the latter some extra attention.