ash_authentication/lib/ash_authentication
Zach Daniel e99dc1a950
improvement: use tenant in retrieve_from_session/3 (#229)
* improvement: use tenant in `retrieve_from_session/3`

* chore: cleanup
2023-03-13 10:34:41 +13:00
..
add_ons improvement: use tenant in retrieve_from_session/3 (#229) 2023-03-13 10:34:41 +13:00
checks
errors improvement(AuthenticationFailed): store a caused_by value in authentication failures. (#145) 2023-01-19 11:32:37 +13:00
jwt improvement: improve error message for badly formed token secrets (#181) 2023-02-07 09:28:36 +13:00
plug improvement: use tenant in retrieve_from_session/3 (#229) 2023-03-13 10:34:41 +13:00
strategies improvement: use tenant in retrieve_from_session/3 (#229) 2023-03-13 10:34:41 +13:00
token_resource improvement(Strategy.Custom): handle custom strategies as extensions. (#183) 2023-02-08 16:10:28 +13:00
transformer improvement: add select_for_senders (#189) 2023-02-12 21:15:23 +13:00
user_identity improvement(Strategy.Custom): handle custom strategies as extensions. (#183) 2023-02-08 16:10:28 +13:00
validations
application.ex improvement(AuthenticationFailed): store a caused_by value in authentication failures. (#145) 2023-01-19 11:32:37 +13:00
bcrypt_provider.ex
debug.ex improvement(AuthenticationFailed): store a caused_by value in authentication failures. (#145) 2023-01-19 11:32:37 +13:00
dsl.ex improvement: add select_for_senders (#189) 2023-02-12 21:15:23 +13:00
generate_token_change.ex
hash_provider.ex
info.ex improvement(Strategy.Custom): handle custom strategies as extensions. (#183) 2023-02-08 16:10:28 +13:00
jwt.ex feat: Add new "magic link" authentication strategy. (#184) 2023-02-09 21:05:49 +13:00
plug.ex docs: Fix pipe -> plug (#174) 2023-02-07 09:34:18 +13:00
secret.ex
secret_function.ex
sender.ex docs: fix Sender documentation (#176) 2023-02-07 11:22:45 +13:00
sender_function.ex
strategy.ex feat: Add support and documentation for custom strategies. (#154) 2023-01-30 13:16:37 +13:00
supervisor.ex
token_resource.ex chore: add clear condition on release (#177) 2023-02-07 09:30:39 +13:00
transformer.ex fix: validate uniqueness of strategy names. (#185) 2023-02-09 15:35:33 +13:00
user_identity.ex chore: add clear condition on release (#177) 2023-02-07 09:30:39 +13:00
utils.ex improvement: allow registration and sign in to be disabled on password strategies. (#218) 2023-03-02 12:33:31 +13:00
validations.ex feat: Add new "magic link" authentication strategy. (#184) 2023-02-09 21:05:49 +13:00
verifier.ex feat: Add support and documentation for custom strategies. (#154) 2023-01-30 13:16:37 +13:00