Skip to content

Releases: team-alembic/ash_authentication_phoenix

v3.0.0-rc.0

02 Feb 02:45
5e08034

Choose a tag to compare

v3.0.0-rc.0 Pre-release
Pre-release

Breaking Changes:

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

  • Allow filtering auth routes (#696) by Andrés (#696)

Bug Fixes:

v2.15.0

13 Jan 02:05
6ddd463

Choose a tag to compare

Features:

  • make flash overridable (#702) by aidalgol (#702)

Bug Fixes:

v2.14.1

04 Jan 22:50

Choose a tag to compare

Bug Fixes:

  • remember_me_field/1 should check for RememberMe strategy by @zachdaniel

v2.14.0

24 Dec 10:31

Choose a tag to compare

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)

  • Add support for remember me (#625) by Robert Graff (#625)

  • 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

  • dark-theme default text color (#677) by Jay Barra (#677)

  • 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:

v2.13.1

12 Dec 22:51
c93320d

Choose a tag to compare

Bug Fixes:

v2.13.0

12 Dec 05:49
34a13a6

Choose a tag to compare

Features:

Bug Fixes:

  • assign the current subject as nil if user is not otherwise assigned (#684) by capoccias (#684)

v2.12.2

20 Nov 21:16
a538abd

Choose a tag to compare

Bug Fixes:

v2.12.1

20 Oct 22:42
61d8d60

Choose a tag to compare

Bug Fixes:

  • require phoenix_live_view >= 1.1.0 to fix compile errors by James Harton

  • dark-theme default text color (#677) by @jaybarra (#677)

v2.12.0

16 Oct 00:01
93b1997

Choose a tag to compare

Features:

Bug Fixes:

  • Support more than one authenticated resource when looking for user assigns (#675) by James Harton (#675)

v2.11.0

08 Oct 01:17
de9add0

Choose a tag to compare

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)

Improvements:

  • Deprecate Router.auth_routes_for/2..3 (#653) by James Harton (#653)

  • install with daisyUI overrides if using daisyUI (#650) by pikdum (#650)