Skip to content

Releases: team-alembic/ash_authentication_phoenix

release v2.1.0

01 Sep 21:43
21e5417
Compare
Choose a tag to compare

Features:

  • Dynamic Router + compile time dependency fixes (#487)

Bug Fixes:

  • check strategy module instead of name

  • ensure path params are processed on strategy router

  • Re-link form labels and form inputs on Password strategy forms (#494)

  • Restore linkage between form inputs and form fields on Password strategy form

  • Use separate override labels for Password and Password Confirmation fields

  • only scope reset/register paths if they are set

  • Ensure session respects router scope when using sign_in_route helper (#490)

Improvements:

  • add button for the Apple strategy (#482)

  • add apple component

  • pass context down to all actions

  • create a new dynamic router, and avoid other compile time dependencies

Release v2.0.2

05 Aug 03:49
112b86d
Compare
Choose a tag to compare

Bug Fixes:

  • use any overridden value, including nil or false (#476)

  • set tenant in sign_in and reset_route (#478)

Improvements:

  • Added overrides for identity (email) and password fields. (#477)

v1.9.4

06 Mar 01:58
Compare
Choose a tag to compare
release v1.9.4

[v1.9.4](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.9.3...v1.9.4) (2024-03-06)
Bug Fixes:
* Fix typos in override class names

v1.9.3

05 Mar 03:48
Compare
Choose a tag to compare
release v1.9.3

[v1.9.3](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.9.2...v1.9.3) (2024-02-06)
Bug Fixes:
* honour the error field in AuthenticationFailed errors in forms. (#368)

v1.9.2

02 Feb 02:33
Compare
Choose a tag to compare
release v1.9.2

[v1.9.2](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.9.1...v1.9.2) (2024-02-02)
Bug Fixes:
* Ensure that `sign_in_route` and `reset_route` correctly initialise session. (#369)

v1.9.0

13 Nov 03:57
Compare
Choose a tag to compare
release v1.9.0

[v1.9.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.7...v1.9.0) (2023-11-13)
Features:
* Add rendering of flash messages from live components

v1.8.7

26 Oct 19:53
Compare
Choose a tag to compare
release v1.8.7

[v1.8.7](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.6...v1.8.7) (2023-10-26)
Bug Fixes:
* Pass tenant to generated Live View forms (#310)
* pull assign out of other flow
* sets a nil value in assigns for :current_tenant in subcomponents if not already set

v1.8.6

25 Oct 21:43
Compare
Choose a tag to compare
release v1.8.6

[v1.8.6](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.5...v1.8.6) (2023-10-25)
Bug Fixes:
* incorrect introspection target in password strategy. (#317)

v1.8.5

06 Oct 20:52
Compare
Choose a tag to compare
release v1.8.5

[v1.8.5](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.4...v1.8.5) (2023-10-06)
Bug Fixes:
* properly navigate back to root component when routes are not set (#296)

v1.8.3

23 Sep 20:47
Compare
Choose a tag to compare
release v1.8.3

[v1.8.3](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.2...v1.8.3) (2023-09-23)
Bug Fixes:
* resettable is no longer a list