Releases: team-alembic/ash_authentication_phoenix
v3.0.0-rc.0
Breaking Changes:
- add TOTP authentication components and routes (#706) by @beam-bots
Features:
-
After user sign out all other tabs will disconnect (#662) by Abdessabour Moutik
-
After user sign out all other tabs will disconnect by Abdessabour Moutik
-
final implementation hopefully we can put this to rest by Abdessabour Moutik
-
add TOTP authentication components and routes by @beam-bots
Bug Fixes:
-
address PR review feedback for TOTP support by @beam-bots
-
add dark mode background to input fields (#713) by @beam-bots (#713)
-
setting
image_urlto nil now also suppresses dark mode image (#708) by @beam-bots (#708) -
auto-submit MagicLink.Form when
require_interaction?is false (#710) by @beam-bots (#710) -
check override for
submit_labelin Confirm.Input component (#709) by @beam-bots (#709) -
remove double translation in MagicLink.Form disable_text (#707) by @beam-bots (#707)
-
only show separator when alternative strategies are visible (#705) by @beam-bots (#705)
v2.15.0
v2.14.1
Bug Fixes:
- remember_me_field/1 should check for RememberMe strategy by @zachdaniel
v2.14.0
Features:
-
Add remember_me checkbox field to magic link forms (#693) by Matt Van Horn (#693)
-
Add support for custom extra components in authentication forms (#689) by @benjaminjacobberg (#689)
-
Add support for custom extra components in authentication forms by @benjaminjacobberg (#689)
-
added token validation on socket mount by Abdessabour Moutik (#666)
-
add icon_src override by Dawid Danieluk (#660)
Bug Fixes:
-
don't assume all actions have preparations by @zachdaniel
-
only show remember_me checkbox when strategy is configured (#695) by @beam-bots (#695)
-
assign the current subject as nil if user is not otherwise assigned (#684) by capoccias (#684)
-
use String.to_existing_atom -> String.to_atom in on_mount hook (#683) by Torkild Gundersen Kjevik (#683)
-
require phoenix_live_view >= 1.1.0 to fix compile errors by James Harton
-
Support more than one authenticated resource when looking for user assigns (#675) by @beam-bots (#675)
-
banner rendering with empty text/images by James Harton
-
update Apple component to use auth_path helper for Phoenix 1.7+ compatibility by Aake Gregertsen (#663)
Improvements:
-
Deprecate Router.auth_routes_for/2..3 (#653) by @beam-bots (#653)
-
install with daisyUI overrides if using daisyUI (#650) by pikdum (#650)
v2.13.1
v2.13.0
Features:
-
Add remember_me checkbox field to magic link forms (#693) by Matt Van Horn (#693)
-
Add support for custom extra components in authentication forms (#689) by @benjaminjacobberg (#689)
-
Add support for custom extra components in authentication forms by @benjaminjacobberg (#689)
Bug Fixes:
v2.12.2
v2.12.1
v2.12.0
v2.11.0
Features:
-
added token validation on socket mount by Abdessabour Moutik (#666)
-
add icon_src override by Dawid Danieluk (#660)
Bug Fixes:
-
banner rendering with empty text/images by James Harton
-
update Apple component to use auth_path helper for Phoenix 1.7+ compatibility by Aake Gregertsen (#663)