Ash Framework: ash_authentication_phoenix: Installation fails with versions > 2.10.5 (page 112)

It seems that the dependencies versions are outdated.

Quick fix (for newbies like me):

  • change mix.exs with the last working version:

    {:ash_authentication_phoenix, “~> 2.10.5”}

  • do not accept overwriting when prompted.

Confirmed working January 2026. After changing mix.exs:

Dependency ash_authentication_phoenix is already in mix.exs. Should we replace it?

Desired: {:ash_authentication_phoenix, "~> 2.0"}
Found: {:ash_authentication_phoenix, "~> 2.10.5"}
[Y/n] n
ash_authentication_phoenix.install :check_mark:

Would be nice with an errata or fix for this.