Releases: itpropro/nuxt-oidc-auth
Releases · itpropro/nuxt-oidc-auth
v1.0.0-beta.10
v1.0.0-beta.9
Rerelease of beta.8
compare changes
v1.0.0-beta.8
🚀 Enhancements
- Added flag to clear stale sessions to avoid console log spam (3d64e9c)
⚠️ Add configurable session error behavior for server utils (41ef1f7)
🩹 Fixes
- Improved type safety; stale persistent session handling and docs (9bd5472)
✅ Tests
- Added tests for stale persistent session; test cleanup (42e425b)
⚠️ Breaking Changes
⚠️ Add configurable session error behavior for server utils (41ef1f7)⚠️ Session utility auth failures now default to HTTP 401 throws in refresh and expired-session paths instead of implicit redirects. Use { errorBehavior: 'redirect' } with getUserSession/requireUserSession/refreshUserSession to retain redirect
behavior.
❤️ Contributors
- Jan-Henrik Damaschke (@itpropro)
v1.0.0-beta.7
v1.0.0-beta.6
🚀 Enhancements
- test: Extended testing infrastructure (3fc00ed)
- Added new config setting cookieName to address #75 (#75)
🩹 Fixes
- zitadel: Correcting provider for the playground (#81)
- Fixed redirect behavior and added redirect to middleware + tests (8efbe33)
💅 Refactors
- proxy: ♻️ Improved proxy handling and optional undici loading (7329cea)
- proxy: ♻️ Improved proxy handling and optional undici loading (8620e2c)
📖 Documentation
- docs: ✏️ Added logto docs (367c578)
🏡 Chore
❤️ Contributors
- Jan-Henrik Damaschke (@itpropro)
- Titouan-joseph Cicorella titouanjoseph@gmail.com
v1.0.0-beta.5
v1.0.0-beta.4
🚀 Enhancements
- provider: ✨ Added logto provider (a881f94)
- session: ✨ Added single sign-out for the same session (b04c16e)
- session: ✨ Added server side session invalidation and single sign-out (81fdf72)
- test: ✅ Extended E2E test suite (6ec7beb)
- middleware: ✨ Added capability to disable auth per page with definePageMeta (af99367)
🩹 Fixes
- provider: 🐛 Fixed domain_hint type (be9dec3)
- provider: 🐛 Handled edge case where idToken in session could be undefined (49f542b)
- provider: Improved handling for unset audience in Entra provider (58d34ff)
- session: 🐛 Handled logout redirect edge case with single sign out (e68a527)
💅 Refactors
- deps: ➕ Made undici a peer dependency (fee50c9)
📖 Documentation
- 📝 point import in server side session example code to .js instead of .mjs file (#93, #94)
- docs: ✏️ Added logto and single sign-out docs entries (70ca44b)
✅ Tests
- e2e: ✅ Added single sign-out tests (478f607)
❤️ Contributors
- Jan-Henrik Damaschke (@itpropro)
- Isaac (@ImBoop)
- Bart Veraart (@beerdeaap)
v1.0.0-beta.3
🚀 Enhancements
- config: ✨ Proxy support for fetching and refreshing tokens (9dd0e6a)
- config: ✨ Made temporary auth cookie expiration configurable (ad9d21f)
- flow: ✨ Added configurable redirect uris (a9e393b)
🔥 Performance
- docs: 🔍️ Seo improvements (1c41ec6)
🩹 Fixes
- docs: 🐛 Fixed fonts config (69bd0ad)
- fetching: 🐛 Fixed a nuxt resolve bug with custom fetch (9f720c5)
💅 Refactors
- composable: ♻️ Improved composable and SSR capabilities (26b2fec)
📖 Documentation
- docs: ✏️ Updated KeyCloak docs (b3c4087)
- 📝 Removed oidc logo and seo improvements (#77)
- playground: ✏️ Added playground examples for custom redirect uri (405c668)
❤️ Contributors
- Jan-Henrik Damaschke (@itpropro)