ash_authentication/lib/ash_authentication
2023-02-20 10:02:04 +13:00
..
add_ons feat: Add new "magic link" authentication strategy. (#184) 2023-02-09 21:05:49 +13:00
checks improvement: add policy utilities and accompanying guide (#119) 2023-01-12 15:34:41 +13:00
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 fix: don't allow special purpose tokens to be used for sign in. (#191) 2023-02-12 21:14:16 +13:00
strategies fix: sign in preparation without identity resource (#198) 2023-02-20 10:02:04 +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 feat(OAuth2Authentication): Add support for generic OAuth2 endpoints. (#28) 2022-11-10 14:47:06 +13:00
application.ex improvement(AuthenticationFailed): store a caused_by value in authentication failures. (#145) 2023-01-19 11:32:37 +13:00
bcrypt_provider.ex improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
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 improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
hash_provider.ex feat(PasswordAuthentication): Registration and authentication with local credentials (#4) 2022-10-25 11:07:07 +13:00
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 improvement(Jwt)!: Use token signing secret into the DSL. 2022-12-12 10:45:28 +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: fix Sender documentation (#176) 2023-02-07 11:22:45 +13:00
sender_function.ex fix(Confirmation): send the original changeset to confirmation senders. (#132) 2023-01-13 13:30:58 +13:00
strategy.ex feat: Add support and documentation for custom strategies. (#154) 2023-01-30 13:16:37 +13:00
supervisor.ex improvement(supervisor): require that the user adds the supervisor to their OTP app. (#62) 2022-12-05 15:40:44 +13:00
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 feat: Add token-required-for-authentication feature. (#116) 2023-01-11 15:12:53 +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