Skip to content

v0.6.0

Choose a tag to compare

@bambamboole bambamboole released this 22 Jul 14:36
9cb5f50

0.6.0 (2026-07-22)

⚠ BREAKING CHANGES

  • wire the ui package into the master package and CI
  • drop Laravel 11 support
  • turn the repo root into the laravel-oidc master package
  • import laravel-oidc-client into packages/client
  • move the server package to packages/server

Features

  • consolidate docs and add the monorepo split workflow (3233365)
  • drop Laravel 11 support (32acd68)
  • import laravel-oidc-client into packages/client (1b25e5f)
  • port auth layout, shared concerns, and translations to the ui package (e9af4c7)
  • port auth pages and bind AuthViewManager defaults (21f9789)
  • port the oauth consent page and wire Passport authorization view (976b236)
  • port two-factor and passkey security components (2b0be3b)
  • scaffold the laravel-oidc-ui package (9674908)
  • turn the repo root into the laravel-oidc master package (f293c17)
  • wire the ui package into the master package and CI (625cc3e)

Bug Fixes

  • harden consent email fallback and cover verification-email action (412f1be)
  • omit the verify-email logout link when the host app has no logout route (f2c77bd)

Refactoring

  • move the server package to packages/server (4f2d335)

Documentation

  • consolidate client and ui documentation into the monorepo site (f99b90c)
  • document the ui path-repo setup and clarify the logout-route contract (5dfb793)
  • drop stale Laravel 11 support claims (4a6b0f4)