Skip to content

Releases: itpropro/nuxt-oidc-auth

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

v0.12.0

16 Apr 20:55
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • oidc: Support form-urlencoded token requests (30ffe23)
  • devtools: ✨ Added devauth check; Updated UI (6cc3605)

🩹 Fixes

  • token-request: 🐛 Updated implementation to account for ofetch behavior (2196bff)

📖 Documentation

  • Use new nuxi module add command in installation (4a910f4)
  • readme: ✏️ Restructured docs (71dad39)
  • readme: ✏️ Updated linebreaks (7dc8bc6)
  • readme: Reordered and fixed typos (4ee7fa7)

❤️ Contributors

v0.11.1

07 Apr 20:51
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • devtools: 🐛 Handled undefined state for devMode (8ab934d)

❤️ Contributors

v0.11.0

07 Apr 20:32
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • devmode: ✨ Added dynamic generation of (a)symmetric JWT signing keys (23b9253)
  • devtools: ✨ Added Nuxt devtools integration (d7a3098)
  • expiration-check: ✨ Made expirationCheck apply even if there is no refresh_token (332dc17)
  • composables: ✨ Added clear composable (2fb6cc9)

🩹 Fixes

  • devtools: 🐛 Handled null state for auth session (2d5617b)

📖 Documentation

🏡 Chore

  • ci: 💚 Added implicit build command to module builder (d962d42)

❤️ Contributors

v0.10.1

26 Mar 22:46
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • nitro: 🐛 Added missing defineNitroPlugin nitro import (8c3002a)

❤️ Contributors