Skip to content

Release 1.4.2

Choose a tag to compare

@leodip leodip released this 08 Dec 18:41
· 51 commits to main since this release

Bug fixes

  • Fixed AuthContext preservation when session is invalidated (#46) - The authorization flow now correctly preserves the AuthContext when a user's session is invalidated mid-flow, preventing authentication failures.

Improvements

  • Replaced Mailhog with Mailpit in devcontainer and tests - Mailpit provides a more modern and actively maintained email testing solution.
  • Enhanced version management script - Refactored update-versions.sh with an interactive menu for better usability.
  • Added Node.js/npm to devcontainer - Enables npm package management for test integration apps.

Test integration apps

  • Updated react-vite demo app - Significant improvements including new TokenInspector component, AdminArea page, improved auth context, and better styling.
  • Updated go-webapp test application - Various improvements and updates.
  • Updated js-only (browser-based) test application - Improved OAuth2 browser-only integration example.

Dependencies

  • Updated dependencies across multiple Go modules and npm packages