Skip to content

Releases: itpropro/nuxt-oidc-auth

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

v0.10.0

25 Mar 22:54
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • session: ✨ Added new exposeIdToken setting (29ffced)
  • dev-mode: ✨ Implemented dev mode for local development (74cadf8)

💅 Refactors

  • secret-defaults: ♻️ Refactored logic to provide default secrets (45dd1da)

📖 Documentation

  • readme: ✏️ Added an example for secrets and key generation (1a26d0c)

❤️ Contributors

v0.9.11

17 Jan 23:35
Compare
Choose a tag to compare

compare changes

🏡 Chore

  • package: 📦️ Removed unneeded configs from package.json (ba4dd1e)

❤️ Contributors

v0.9.10

17 Jan 23:28
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • imports: 🐛 Added missing import useRuntimeConfig import (4b59bdd)
  • imports: 🐛 Implemented fix for unresolved runtimeConfig (dc48114)

🏡 Chore

❤️ Contributors

v0.9.9

17 Jan 19:19
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • logging: ♻️ Removed unneeded log (7d221fa)

❤️ Contributors

v0.9.8

17 Jan 19:14
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • session: ✨ Added expirationThreshold setting (9933b8e)

💅 Refactors

  • logging: ♻️ Improved logging (171b63c)

🏡 Chore

  • build: 💚 Updated build config (b5bd501)

❤️ Contributors

v0.9.7

17 Jan 00:35
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • config: 🔧 Added more secure default for session cookie config (7fe41ab)
  • provider: ✨ Added Entra prompt parameter to config (07a5cf6)

❤️ Contributors