ash_authentication/lib/ash_authentication
Miguel Serrano 41724288d3
improvement: add apple strategy (#750)
* improvement: add apple strategy

* fix: update types and formatter

* fix: add secret values to config

* fix: sort new fields

* fix: sort new types

* fix: properly set allow_nil for apple secrets

* fix: credo and sobelow warnings

---------

Co-authored-by: James Harton <james@harton.dev>
2024-09-02 08:37:34 +12:00
..
add_ons fix: allow overriding strategy defaults (#766) 2024-08-18 18:16:28 -04:00
checks improvement: add policy utilities and accompanying guide (#119) 2023-01-12 15:34:41 +13:00
errors fix: add back in accidentally removed debug errors code (#768) 2024-08-12 09:10:59 -04:00
jwt chore: fix dialyzer warnings about info generator functions. 2024-05-14 14:51:15 +12:00
plug chore: fix errors from previous commit 2024-08-09 09:37:42 -04:00
strategies improvement: add apple strategy (#750) 2024-09-02 08:37:34 +12: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 Actually use 'trusted_audiences' in oauth2 strategy. (#770) 2024-08-15 17:30:17 -04: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 improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
jwt.ex chore(deps): Bump the production-dependencies group across 1 directory with 4 updates (#755) 2024-08-05 15:19:10 +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: use no_depend_modules for better compile dependencies 2024-08-08 13:34:36 -04:00
transformer.ex improvement!: Update to support Ash 3.0. (#599) 2024-03-28 14:44:23 +13:00
user_identity.ex improvement: use no_depend_modules for better compile dependencies 2024-08-08 13:34:36 -04: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: allow overriding strategy defaults (#766) 2024-08-18 18:16:28 -04:00