Skip to content

v3.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Apr 01:30
· 33 commits to main since this release
afdc039

Breaking Changes:

  • add TOTP authentication components and routes (#706) by James Harton

  • prevent logout CSRF by replacing GET sign-out with confirmation page by @jimsynz

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 James Harton

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

Bug Fixes:

  • read session data from Plug session in generate_session (#716) by Jinkyou Son

  • read session data from Plug session in generate_session by Jinkyou Son

  • use case instead of single-clause with per credo by Jinkyou Son

  • respect override for submit_label in Confirm.Input component (#717) by Jinkyou Son

  • improve TOTP helpers and documentation (#715) by James Harton

  • improve TOTP helpers and documentation by James Harton

  • address PR review feedback for TOTP support by James Harton

  • add dark mode background to input fields (#713) by James Harton

  • setting image_url to nil now also suppresses dark mode image (#708) by James Harton

  • auto-submit MagicLink.Form when require_interaction? is false (#710) by James Harton

  • check override for submit_label in Confirm.Input component (#709) by James Harton

  • remove double translation in MagicLink.Form disable_text (#707) by James Harton

  • only show separator when alternative strategies are visible (#705) by James Harton