Joan Gavelán
AEAsh Elixir
•Created by Joan Gavelán on 5/2/2025 in #support
Custom Authentication Flow with AshAuthentication in Phoenix + React (Inertia.js)
Cool. I'd like your input on the final piece of my authentication flow - confirming new users.
I'm requiring users to confirm their accounts in order to log in. This is my implementation so far:
And the controller using these functions:
What do you think? It works but I think there might be a more "Ash" way to do it
9 replies
AEAsh Elixir
•Created by Joan Gavelán on 5/2/2025 in #support
Custom Authentication Flow with AshAuthentication in Phoenix + React (Inertia.js)
Yeah... I was missing that, silly mistake on my part.
So after some research I ended up with the following implementation:
What do you think about it?
9 replies