Releases: team-alembic/ash_authentication_phoenix
Releases · team-alembic/ash_authentication_phoenix
release v2.1.0
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
Bug Fixes:
Improvements:
- Added overrides for identity (email) and password fields. (#477)
v1.9.4
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
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
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
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
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
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
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
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