August 2025
Intermediate to advanced
294 pages
6h 59m
English
As the name suggests, AshAuthenticationPhoenix is a library that connects AshAuthentication with Phoenix, providing a great LiveView-powered UI that we can tweak a little bit to fit our site look and feel, but otherwise don’t need to touch. Like other libraries, install it with Igniter:
| | $ mix igniter.install ash_authentication_phoenix |
Ignoring the same warnings about some routes not existing (this will be the last time we see them!), the AshAuthenticationPhoenix installer will set up the following:
A basic Igniter config file in .igniter.exs—this is the first generator we’ve run that needs specific configuration (for Igniter.Extensions.Phoenix), so it gets written to a file.
A TunezWeb.AuthOverrides ...
Read now
Unlock full access