Releases: itpropro/nuxt-oidc-auth
Releases · itpropro/nuxt-oidc-auth
v0.15.0
v0.14.2
v0.14.1
v0.14.0
🚀 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
- Jan-Henrik Damaschke (@itpropro)
- Daniel Roe (@danielroe)
v0.13.0
🚀 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
- Jan-Henrik Damaschke [email protected]
- Reuben
v0.12.1
🩹 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
- Jan-Henrik Damaschke (@itpropro)
- Abhishek Krishna (@AbhishekKrishna123)
- Dallas Hoffman (@DallasHoff)
v0.12.0
🚀 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
- Dallas Hoffman (@DallasHoff)
- Jan-Henrik Damaschke (@itpropro)
- Daniel Roe (@danielroe)
v0.11.1
v0.11.0
🚀 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
- Added banner (23795ad)
🏡 Chore
- ci: 💚 Added implicit build command to module builder (d962d42)
❤️ Contributors
- Jan-Henrik Damaschke (@itpropro)