Custom reset password flow not passing policy checks
I have a custom live view with a reset password form.
That I submit like this
I would expect this to pass policy checks, but it doesn't
(I moved the check out of a bypass to have it listed in Policy Breakdown explicitly showing it as a fail)
1 Reply
That custom call isn't considered to be "AshAuthentication" performing the interaction.
So you'd need to add something to your policies to allow your current invocation of it
Or add
context: %{private: %{ash_authentication?: true}}