Skip to content

Releases: itpropro/nuxt-oidc-auth

v0.18.0

26 Sep 22:29
Compare
Choose a tag to compare

compare changes

🚀 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

v0.17.0

24 Sep 03:54
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • session: ✨ Tokens are now exposed via. userdata not in session cookie (3b28a3f)

❤️ Contributors

v0.16.0

23 Sep 23:56
Compare
Choose a tag to compare

compare changes

🚀 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

v0.15.1

20 Sep 16:06
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • composable: 🐛 Fixed currentProvider reference on logout (64a2fa1)

❤️ Contributors

v0.15.0

20 Sep 15:58
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • composable: ✨ Added logoutRedirectUri for custom post logout redirects (322b01d)
  • session: ✨ Updated refresh to include session and added refresh hook (bb8f159)

💅 Refactors

  • composable: ♻️ Made login detection more reliable (5e63755)

❤️ Contributors

v0.14.2

19 Sep 05:07
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • routing: ♻️ Optimized redirect handling (73c366e)

❤️ Contributors

v0.14.1

19 Sep 04:34
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • routes: ⚡️ Replaced handler type (0f03ded)

❤️ Contributors

v0.14.0

19 Sep 03:29
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • refactor: ✨ Deprecated requireUserSession; Internal refactoring (68d98ff)
  • devtools: ✨ Added provider choice; UI improvements (502f2c6)
  • login: ✨ Added capability to add custom query params from client (956c010)

🏡 Chore

  • Indicate compatibility with new v4 major (#38)
  • config: 🔧 Changed eslint config (da87e05)
  • types: 🏷️ Improved typings (d220149)

❤️ Contributors

v0.13.0

28 Aug 23:55
4503100
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Allow users to define custom provider info types (4503100)
  • callback: ✨ Introduced callbackRedirectUrl to customize after callback redirection (64f82ed)

💅 Refactors

  • devmode: ♻️ Adjusted devmode filter to exclude prod (a4af66b)

📖 Documentation

  • nitro: ✏️ Added example for session usage on the server side (e891b91)

❤️ Contributors

v0.12.1

28 Aug 16:30
bb5fb5e
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Added useStorage optional chaining and types (090320e)
  • session: 🐛 Remove 'removeMeta' while removing an item from storage (bb5fb5e)
  • debug: 🔇 Added page extend to remove vue router warning (5a8b76e)

🎨 Styles

  • eslint: 🎨 Updated eslint configs and fixed all style issues (b7a67b2)

❤️ Contributors