mix ash_authentication.phoenix.routes (ash_authentication_phoenix v2.10.1)
View SourcePrints all routes pertaining to AshAuthenticationPhoenix for the default or a given router.
This task can be called directly, accepting the same options as mix phx.routes
, except for --info
.
Alternatively, you can modify your aliases task to run them back to back it.
aliases: ["phx.routes": ["do", "phx.routes,", "ash_authentication.phoenix.routes"]]