team-alembic / ash_authentication

The Ash Authentication framework
MIT License
96 stars 55 forks source link

request password action generated by transform is a read #837

Open jimsynz opened 2 weeks ago

jimsynz commented 2 weeks ago

We now generate a generic action in the igniter, and should probably also do the same thing in the transformer.

https://github.com/team-alembic/ash_authentication/blob/main/lib/ash_authentication/strategies/password/transformer.ex#L399-L423

zachdaniel commented 5 days ago

This would be a breaking change, since users will be calling those actions.