ash_authentication_phoenix/lib
James Harton bb241ad95c
feat(Overrides): Move overrides from application environment to the sign_in_route macro. (#36)
This causes two small changes in behaviour:

  1. If you are currently customising the default components you can remove the configuration from your `config.exs` and instead move it to your router.  This allows you to have multiple sign-in routes with different "themes" should that be necessary.
  2. If you are using the components directly you need to pass the `overrides` array into each component.
2022-12-15 14:52:11 +13:00
..
ash_authentication_phoenix feat(Overrides): Move overrides from application environment to the sign_in_route macro. (#36) 2022-12-15 14:52:11 +13:00
ash_authentication_phoenix.ex feat: Add support for PasswordAuthentication. 2022-10-25 17:02:56 +13:00