mix ash_authentication.add_strategy.password
(ash_authentication v5.0.0-rc.8)
Copy Markdown
View Source
Adds password authentication to your user resource
Example
mix ash_authentication.add_strategy.password
Options
--user,-u- The user resource. Defaults toYourApp.Accounts.User--identity-field,-i- The field on the user resource that will be used to identify the user. Defaults toemail--hash-provider- The hash provider to use, eitherbcryptorargon2. Defaults tobcrypt.
Summary
Functions
Callback implementation for Igniter.Mix.Task.igniter/1.
Functions
Callback implementation for Igniter.Mix.Task.igniter/1.