Commit graph

9 commits

Author SHA1 Message Date
James Harton
dbc9fcc5a8
improvement: Add Github icon. (#55) 2023-01-12 19:16:23 +13:00
James Harton
d92d7853df
feat(LiveSession): Add ash_authentication_live_session macro to router. (#54) 2023-01-12 15:54:23 +13:00
James Harton
432f056905
feat(PasswordReset): Add a generic password reset form (#37)
* feat(PasswordReset): Add a generic password reset form

* improvement(Input.submit): trim trailing "with password" from submit buttons.
2022-12-15 16:31:52 +13:00
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
James Harton
1d3e4e4641
improvement!: Update to support AshAuthentication 3.x (#27) 2022-12-08 14:32:26 +13:00
James Harton
e25a8bf397
feat: UI refresh. (#3)
* Redesign the overrides system to be easier to reason about.
* Redesign the password UI to be fancier.
2022-10-28 20:13:48 +13:00
05ab4f438b feat: Add support for PasswordAuthentication. 2022-10-25 17:02:56 +13:00
c3bbac966b chore: get doctor passing. 2022-10-25 11:27:36 +13:00
63c0064fba chore: set up dev Phoenix server. 2022-10-25 11:23:05 +13:00