ash_authentication/lib/ash_authentication
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
..
add_ons improvement: Only require tokens to be enabled when using a strategy which needs them. 2024-05-10 14:38:09 +12:00
checks improvement: add policy utilities and accompanying guide (#119) 2023-01-12 15:34:41 +13:00
errors improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
jwt chore: fix dialyzer warnings about info generator functions. 2024-05-14 14:51:15 +12:00
plug improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
strategies fix: no need to allow_nil_input for an unaccepted field 2024-06-11 09:46:50 -04:00
token_resource chore: fix dialyzer warnings about info generator functions. 2024-05-14 14:51:15 +12:00
transformer improvement: add select_for_senders (#189) 2023-02-12 21:15:23 +13:00
user_identity improvement: Use Ash functions instead of generated domain functions. 2024-04-09 15:43:10 +12:00
validations improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
application.ex fix: deprecated mint httpadapter (#425) 2023-09-20 14:10:21 +12:00
bcrypt_provider.ex improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
debug.ex Update debug.ex (#675) 2024-05-12 08:45:03 +12:00
dsl.ex improvement: Only require tokens to be enabled when using a strategy which needs them. 2024-05-10 14:38:09 +12:00
generate_token_change.ex fix: only use sign in token expiration for sign in tokens (#424) 2023-09-19 10:16:37 +12:00
hash_provider.ex
info.ex improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
jwt.ex fix(Jwt): Include authentication interaction context when storing tokens. 2024-04-30 10:04:54 +12:00
plug.ex docs: Fix pipe -> plug (#174) 2023-02-07 09:34:18 +13:00
secret.ex improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
secret_function.ex improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
sender.ex docs: Documentation refresh for Ash 3.0. (#665) 2024-05-08 11:50:57 +12:00
sender_function.ex fix(Confirmation): send the original changeset to confirmation senders. (#132) 2023-01-13 13:30:58 +13:00
strategy.ex improvement: Only require tokens to be enabled when using a strategy which needs them. 2024-05-10 14:38:09 +12:00
supervisor.ex improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
token_resource.ex improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
transformer.ex improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
user_identity.ex improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
utils.ex improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
validations.ex feat: OpenID Connect Strategy (#197) 2023-05-04 13:15:24 +12:00
verifier.ex fix: bug in tokens required verifier. 2024-05-14 15:04:08 +12:00