Back to RELEASES

Authentication Foundation and Session Hardening

Version v0.1.0 — Jan 12, 2026

Watch release video

Internal

  • refactored auth modules for clearer responsibilities
  • expanded auth-oriented test coverage for core account flows
  • prepared auth hooks for downstream product modules

New

  • initial authentication foundation for the product shell
  • account confirmation and password reset flow support
  • improved session lifecycle handling

Summary

This release introduces a stronger authentication baseline for Modlith, including cleaner account flows and safer session handling defaults.

Fixes

  • resolved edge cases around stale session state after auth events
  • improved error handling for invalid confirmation and reset tokens

Improvements

  • simplified onboarding path for first-time users
  • clearer auth-related UI states for sign in and verification
  • reduced auth boilerplate in controller and LiveView integrations