AshAuthenticationPhoenix controlling generated routes
I setup my phoenix app using the getting started with ash authentication guide. If I understand correctly adding routes works as follows:
Would it be possible to remove the register route from
Would it be possible to remove the register route from
auth_routes_for generation? I would like more control over how new users can register. Can the register page also be removed from the /sign-in liveview? I want to setup registration separatelyAsh HQ
Read the "Getting Started With Ash Authentication Phoenix" guide on Ash HQ

