Releases: itpropro/nuxt-oidc-auth
Releases · itpropro/nuxt-oidc-auth
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)
v1.0.0-beta.2
v1.0.0-beta.1
v1.0.0-beta.0
🚀 Enhancements
- provider: ✨ Added PayPal provider (b7f8b07)
💅 Refactors
- structure: ♻️ Reorganized handlers (6eca959)
📖 Documentation
- readme: ✏️ Updated Zitadel feature support (4ff91f2)
- docs: ✏️ Added dedicated docs (2c06628)
- docs: ✏️ Updated PayPal docs (dfdc15f)
🏡 Chore
- lint: 🚨 Updated linter config (8a489e4)
❤️ Contributors
- Jan-Henrik Damaschke (@itpropro)
v0.18.0
🚀 Enhancements
- provider: ✨ Added Zitadel provider (e3a9ad2)
- validation: ✨ Improved aud field handling in validation process (b0e8bec)
💅 Refactors
- encoding: ♻️ Replaced encoding implementation with undio functions (b295030)
- token: ♻️ Improved token validation (6f70645)
📖 Documentation
- readme: ✏️ Added Zitadel documentation; Updated structure (40b8477)
❤️ Contributors
- Jan-Henrik Damaschke (@itpropro)
v0.17.0
v0.16.0
🚀 Enhancements
- oidc: ✨ Added handling for providers that don't refresh the refresh token (55230a2)
- oidc: ✨ Added per provider session configuration (20c92ef)
- config:
⚠️ 💥 Changed providerInfo to userInfo to align with oidc naming (caa9781) - oidc: ✨ Added additionalLogoutParameters property to customize the logout redirect (8605ba4)
- provider: ✨ Added AWS Cognito provider (3da9e5d)
📖 Documentation
- provider: ✏️ Added AWS Cognito; Updated providers section (1e18b15)
⚠️ Breaking Changes
- config:
⚠️ 💥 Changed providerInfo to userInfo to align with oidc naming (caa9781)
❤️ Contributors
- Jan-Henrik Damaschke (@itpropro)