ash_authentication/lib
Zach Daniel 1131de032a fix: no need to allow_nil_input for an unaccepted field
the purpose of `allow_nil_input` is to say "we accept some required
field X as input, but the action will set it if the user does not".
Non-accepted attributes *always* behave that way, expecting the
action to set them, and are checked just prior to committing the action.
2024-06-11 09:46:50 -04:00
..
ash_authentication fix: no need to allow_nil_input for an unaccepted field 2024-06-11 09:46:50 -04:00
ash_authentication.ex docs: Documentation refresh for Ash 3.0. (#665) 2024-05-08 11:50:57 +12:00