ash_authentication/test/support/example
James Harton 371a6ad821 improvement(Jwt)!: Use token signing secret into the DSL.
Use the `AshAuthentication.Secret` behaviour, rather than asking the user to explicitly set it in their application environment.

This is a breaking change that will require folks to change their resource config to look up the signing secret.

Closes #79.
Closes #77.
2022-12-12 10:45:28 +13:00
..
auth_plug.ex improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
current_user_read.ex feat(Ash.PlugHelpers): Support standard actor configuration. (#16) 2022-10-31 16:43:00 +13:00
generic_oauth_change.ex feat(OAuth2Authentication): Add support for generic OAuth2 endpoints. (#28) 2022-11-10 14:47:06 +13:00
registry.ex improvement(TokenResource)!: Move TokenRevocation -> TokenResource. 2022-12-01 08:41:49 +13:00
repo.ex feat(PasswordAuthentication): Registration and authentication with local credentials (#4) 2022-10-25 11:07:07 +13:00
schema.ex improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
token.ex improvement(TokenResource)!: Move TokenRevocation -> TokenResource. 2022-12-01 08:41:49 +13:00
user.ex improvement(Jwt)!: Use token signing secret into the DSL. 2022-12-12 10:45:28 +13:00
user_identity.ex improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00