Skip to content

Releases: itpropro/nuxt-oidc-auth

v1.0.0-beta.7

02 Jan 14:46
afd3c5f

Choose a tag to compare

v1.0.0-beta.7 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • Added well-known endpoint with jwks to dev mode (6b42412)

🩹 Fixes

  • Fixed redirect loop with dev mode (afd3c5f)

📖 Documentation

❤️ Contributors

v1.0.0-beta.6

01 Jan 17:27
9463696

Choose a tag to compare

v1.0.0-beta.6 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • test: Extended testing infrastructure (3fc00ed)
  • Added new config setting cookieName to address #75 (#75)

🩹 Fixes

  • zitadel: Correcting provider for the playground (#81)
  • Fixed redirect behavior and added redirect to middleware + tests (8efbe33)

💅 Refactors

  • proxy: ♻️ Improved proxy handling and optional undici loading (7329cea)
  • proxy: ♻️ Improved proxy handling and optional undici loading (8620e2c)

📖 Documentation

  • docs: ✏️ Added logto docs (367c578)

🏡 Chore

❤️ Contributors

v1.0.0-beta.5

22 Jan 02:13
ad83f8a

Choose a tag to compare

compare changes

💅 Refactors

  • proxy: ♻️ Improved proxy handling and optional undici loading (7329cea)

❤️ Contributors

v1.0.0-beta.4

18 Jan 03:36
d962a93

Choose a tag to compare

compare changes

🚀 Enhancements

  • provider: ✨ Added logto provider (a881f94)
  • session: ✨ Added single sign-out for the same session (b04c16e)
  • session: ✨ Added server side session invalidation and single sign-out (81fdf72)
  • test: ✅ Extended E2E test suite (6ec7beb)
  • middleware: ✨ Added capability to disable auth per page with definePageMeta (af99367)

🩹 Fixes

  • provider: 🐛 Fixed domain_hint type (be9dec3)
  • provider: 🐛 Handled edge case where idToken in session could be undefined (49f542b)
  • provider: Improved handling for unset audience in Entra provider (58d34ff)
  • session: 🐛 Handled logout redirect edge case with single sign out (e68a527)

💅 Refactors

  • deps: ➕ Made undici a peer dependency (fee50c9)

📖 Documentation

  • 📝 point import in server side session example code to .js instead of .mjs file (#93, #94)
  • docs: ✏️ Added logto and single sign-out docs entries (70ca44b)

✅ Tests

  • e2e: ✅ Added single sign-out tests (478f607)

❤️ Contributors

v1.0.0-beta.3

05 Jan 23:43

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release

compare changes

🚀 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

v1.0.0-beta.2

07 Oct 20:07

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • provider: ✨ Added Microsoft provider (3f2519d)

📖 Documentation

  • provider: ✏️ Added docs for Microsoft provider (e79f856)

❤️ Contributors

v1.0.0-beta.1

04 Oct 03:32

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

v1.0.0-beta.0

04 Oct 03:19

Choose a tag to compare

v1.0.0-beta.0 Pre-release
Pre-release

compare changes

🚀 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

v0.18.0

26 Sep 22:29

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

Choose a tag to compare

compare changes

🚀 Enhancements

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

❤️ Contributors