Commit graph

21 commits

Author SHA1 Message Date
Zach Daniel
669e696b94 fix: ensure that params are sent when using route helpers 2024-09-03 10:12:03 -04:00
Zach Daniel
df1e7c7b03 chore: use the new alias introduced 2024-08-09 09:58:47 -04:00
Zach Daniel
2909e22e4c chore: make credo happy 2024-08-09 09:54:53 -04:00
Zach Daniel
a51bab698f improvement: pass context down to all actions 2024-08-09 09:39:28 -04:00
e106c9996d
improvement!: Update to support Ash 3.0, et al. 2024-04-02 09:46:05 +13:00
Zach Daniel
acf0cb7c1e chore: switch to base_url 2023-12-15 20:26:13 -05:00
Zach Daniel
a2fe71f56f
docs: remove registries from guides & examples (#256) 2023-08-16 19:57:04 +12:00
Zach Daniel
903f3a386e
feat: support new sign in tokens feature on password strategy (#176)
As of version `3.10.5` `ash_authentication` now supports generating and validating short-lived sign in tokens as part of the password sign in flow.  This feature seamlessly enables this flow simply by turning on `sign_in_tokens_enabled?` in the password strategy DSL.

---------

Co-authored-by: James Harton <james@harton.nz>
2023-04-06 15:59:52 +12:00
Zach Daniel
936929ae69 fix: better behavior when password registration disabled 2023-03-27 10:43:48 +13:00
James Harton
2a5789870e
feat(MagicLink): Add the UI for requesting a magic link. (#121) 2023-02-13 11:52:10 +13:00
dependabot[bot]
b439aac4e8
chore(deps): bump ash from 2.5.2 to 2.5.4 (#67)
* chore(deps): bump ash from 2.5.2 to 2.5.4

Bumps [ash](https://github.com/ash-project/ash) from 2.5.2 to 2.5.4.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/commits)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix incorrect sender arities in test supports.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Harton <james@harton.nz>
2023-01-19 11:12:18 +13:00
James Harton
dbc9fcc5a8
improvement: Add Github icon. (#55) 2023-01-12 19:16:23 +13:00
5a76ce5783 feat: Add Auth0 icon. 2022-12-16 15:36:51 +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
1d3e4e4641
improvement!: Update to support AshAuthentication 3.x (#27) 2022-12-08 14:32:26 +13:00
James Harton
408589b7aa
chore(deps): Update to AshAuthentication 1.0.0. (#15) 2022-11-22 14:34:48 +13:00
James Harton
5cf8e0d8af
feat(OAuth2): Add OAuth2 link component. (#12) 2022-11-15 11:52:13 +13:00
8e0905d837 feat(Confirmation): Add confirmation support. 2022-11-10 15:06:17 +13:00
James Harton
47f191b42e
feat(PasswordReset): Add password reset support to the UI. (#10) 2022-11-03 16:07:25 +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