ash_authentication/lib/ash_authentication
Zach Daniel 604c0e4d88
docs: update ex_doc, overhaul underlying doc structure
docs: make all DSL docs one liners (now required by spark)
2024-01-31 10:32:48 +13:00
..
add_ons docs: update ex_doc, overhaul underlying doc structure 2024-01-31 10:32:48 +13:00
checks improvement: add policy utilities and accompanying guide (#119) 2023-01-12 15:34:41 +13:00
errors fix: PasswordValidation should associate errors with the field being … (#279) 2023-04-28 15:20:02 -04:00
jwt improvement: Allow all token lifetimes to be specified with a time unit. 2023-09-22 12:15:47 +12:00
plug improvement: assign the token record to the connection assigns (#426) 2023-09-20 14:08:57 +12:00
strategies docs: update ex_doc, overhaul underlying doc structure 2024-01-31 10:32:48 +13:00
token_resource fix(TokenResource): don't silently drop notifications about token removal. (#432) 2023-09-22 13:48:47 +12:00
transformer improvement: add select_for_senders (#189) 2023-02-12 21:15:23 +13:00
user_identity fix: Change overwriting of refresh_token to not overwrite them with nil (#483) 2023-10-26 11:11:38 +13:00
validations fix: primary keys are implicitly uniquely constrained. (#333) 2023-06-15 12:30:26 +12: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 improvement(AuthenticationFailed): store a caused_by value in authentication failures. (#145) 2023-01-19 11:32:37 +13:00
dsl.ex docs: update ex_doc, overhaul underlying doc structure 2024-01-31 10:32:48 +13: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 feat(PasswordAuthentication): Registration and authentication with local credentials (#4) 2022-10-25 11:07:07 +13:00
info.ex fix(ConfirmationHookChange): use Info.find_strategy/2..3 rather than a hard coded strategy name. (#336) 2023-06-19 10:33:45 +12:00
jwt.ex fix: correct spec for Jwt.token_for_user (#389) 2023-08-17 09:17:27 +12: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 improvement: add sign in tokens to password strategy (#252) 2023-04-06 14:53:44 +12: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 docs: update ex_doc, overhaul underlying doc structure 2024-01-31 10:32:48 +13:00
transformer.ex improvement: Allow all token lifetimes to be specified with a time unit. 2023-09-22 12:15:47 +12:00
user_identity.ex chore: remove doc_indexes 2023-09-26 23:43:36 -04: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: OpenID Connect Strategy (#197) 2023-05-04 13:15:24 +12:00
verifier.ex feat: Add support and documentation for custom strategies. (#154) 2023-01-30 13:16:37 +13:00