Upgrade to Phoenix 1.7
This MR covers upgrade of dependencies - primarily phoenix to 1.7.18.
Since phoenix 1.6 there is built-in authentication in phoenix (mix phx.gen.auth) and phauxth is no longer maintained.
Phoenix 1.7 also introduces some new features like:
- Phoenix.VerifiedRoutes
- Phoenix.Component which is replacement for Phoenix.View
- TailwindCSS
This MR is initial implementation of new features into the old codebase - as we started from phoenix 1.4 long before LiveView!