Commit graph

59 commits

Author SHA1 Message Date
github-actions
3594f16586 chore: release version v1.8.2 2023-09-22 16:28:13 +00:00
github-actions
558745d909 chore: release version v1.8.1 2023-09-18 01:00:42 +00:00
Zach Daniel
91df24ff32
improvement: submit form in-line when sign_in_tokens_enabled (#274)
* improvement: submit form in-line when sign_in_tokens_enabled

* chore: update ash_authentication dependency for new feature
2023-09-17 20:42:14 -04:00
github-actions
a3ab85885c chore: release version v1.8.0 2023-09-14 21:03:48 +00:00
github-actions
122eec41b9 chore: release version v1.7.3 2023-08-09 21:55:03 +00:00
github-actions
5602fe0631 chore: release version v1.7.2 2023-04-16 22:16:21 +00:00
github-actions
19931553d8 chore: release version v1.7.1 2023-04-12 01:33:16 +00:00
github-actions
5c0263e205 chore: release version v1.7.0 2023-04-06 04:12:25 +00: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
github-actions
7f09a5e623 chore: release version v1.6.6 2023-03-31 02:46:39 +00:00
github-actions
cc2b7b3aef chore: release version v1.6.5 2023-03-26 21:57:12 +00:00
github-actions
e252d4fbdb chore: release version v1.6.4 2023-03-14 20:54:00 +00:00
github-actions
1ad5137e9e chore: release version v1.6.3 2023-03-13 16:09:39 +00:00
github-actions
ced6d16afd chore: release version v1.6.2 2023-03-06 21:30:31 +00:00
James Harton
de9d4beb5d
fix: add phoenix_view to dependencies. (#153) 2023-03-07 10:25:42 +13:00
github-actions
ae8c0ebc31 chore: release version v1.6.1 2023-03-01 23:39:09 +00:00
github-actions
ef0d26605c chore: release version v1.6.0 2023-02-27 20:36:12 +00:00
Zach Daniel
2f1cc9bb71 chore: release version v1.5.1 2023-02-23 23:41:06 -05:00
Zach Daniel
5253038a3d chore: use ash doc links replacer 2023-02-23 22:13:56 -05:00
github-actions
e5ccaa9bac chore: release version v1.5.0 2023-02-12 22:57:03 +00:00
b61e4c119c docs: fix tiny but important issue in live session docs. 2023-02-13 10:45:50 +13:00
github-actions
bf0d88632c chore: release version v1.4.8 2023-02-07 13:13:51 +00:00
Zach Daniel
61b45f7b29 docs: remove elixir_sense plugin references 2023-02-05 22:25:32 -05:00
github-actions
3a71688bc0 chore: release version v1.4.7 2023-01-30 22:24:34 +00:00
github-actions
a6a10f8d93 chore: release version v1.4.6 2023-01-29 20:57:35 +00:00
cbb52d11cd improvement: Add override introspection and tidy up docs.
You can now introspect all known customisable modules using `AshAuthentication.Phoenix.Overrides.Info.all_overridable_modules/0` - I tried to use this to generate a single doc containing all the overrides in the release, but ran into compile time vs runtime issues.  This is at least a start.
2023-01-27 10:22:51 +13:00
5298adcb09 docs: include all components in component docs. 2023-01-27 09:42:08 +13:00
Zach Daniel
2a3afaa60d
chore: add extras in mix.exs (#82) 2023-01-26 10:01:37 -05:00
github-actions
fab60a571d chore: release version v1.4.5 2023-01-26 14:31:19 +00:00
Zach Daniel
0660a895dd
docs: don't include readme.md on ash_hq (#79)
* docs: don't include readme.md on ash_hq

* chore: format
2023-01-26 11:50:22 +13:00
github-actions
2cc7acd6dd chore: release version v1.4.4 2023-01-19 23:13:30 +00:00
github-actions
2511e13f39 chore: release version v1.4.3 2023-01-18 07:37:13 +00:00
github-actions
952fc38bfc chore: release version v1.4.2 2023-01-13 01:44:36 +00:00
github-actions
fc8014ab32 chore: release version v1.4.1 2023-01-12 06:31:44 +00:00
James Harton
dbc9fcc5a8
improvement: Add Github icon. (#55) 2023-01-12 19:16:23 +13:00
github-actions
1b5c216856 chore: release version v1.4.0 2023-01-12 03:00:19 +00:00
github-actions
743b51b071 chore: release version v1.3.1 2023-01-10 21:19:11 +00:00
c36376bf44 fix(deps): Loosen version constraints on deps. 2023-01-11 10:13:00 +13:00
dependabot[bot]
3461584319
chore(deps): bump ash_authentication from 3.2.1 to 3.3.1 (#50)
Bumps [ash_authentication](https://github.com/team-alembic/ash_authentication) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/team-alembic/ash_authentication/releases)
- [Changelog](https://github.com/team-alembic/ash_authentication/blob/main/CHANGELOG.md)
- [Commits](https://github.com/team-alembic/ash_authentication/compare/v3.2.1...v3.3.1)

---
updated-dependencies:
- dependency-name: ash_authentication
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 09:47:07 +13:00
github-actions
7dfae9c2fb chore: release version v1.3.0 2022-12-16 02:50:56 +00:00
5a76ce5783 feat: Add Auth0 icon. 2022-12-16 15:36:51 +13:00
github-actions
efb5a4cc48 chore: release version v1.2.0 2022-12-15 03:46:15 +00: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
github-actions
90b0a45363 chore: release version v1.1.0 2022-12-15 01:57:19 +00:00
github-actions
de4b177179 chore: release version v1.0.1 2022-12-14 18:59:52 +00:00
3f856179c4 chore: fix missing 1.0.0 version.
The branch protection rule stopped git_ops from being able to push.
2022-12-08 16:24:12 +13:00
James Harton
bf07a3ac19
chore: add publishing of releases to hex. (#29) 2022-12-08 16:02:51 +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
github-actions
af59f988fc chore: release version v0.5.0 2022-11-14 23:05:30 +00:00