MyApp.Secrets must implement the 'AshAuthentication.Secret` behaviour.
I followed the example here (https://ash-hq.org/docs/guides/ash_authentication/latest/github-quickstart) but ran into this error. It talks about password_reset which I'm not sure where it's coming from.
5 Replies
Does the module in question exist and have the call to
use AshAuthentication.Secret
?Yes it does. Created it based on the doc page referenced above. Is password_reset something to be defined in that module? The example has no mention of it.
Can you paste the contents of your authentication DSL section in your user resource please?
Sorry, I had the module name wrong..
👍