Skip to content

Releases: nuxt-modules/kinde

v0.4.0

17 Sep 10:25
957ad3f

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.3.0

21 Aug 09:20
60fad48

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for PortalLink to access the hosted portal pages (#326)
  • deps: ⚠️ Update nuxt core to v4 (major) (#348)

🩹 Fixes

  • Do not hard-code access endpoint (be8a50e)
  • Fall back to logged-in status if no route rules present (#359)

🏡 Chore

  • Prefer nuxt over nuxi (#321)

🤖 CI

  • Remove forced corepack installation (cc72890)
  • Run tests on node 20 (891b164)
  • Run tests on last node LTS (bb6b980)

⚠️ Breaking Changes

  • deps: ⚠️ Update nuxt core to v4 (major) (#348)

❤️ Contributors

v0.2.0

26 Mar 11:12
9c05d96

Choose a tag to compare

compare changes

🚀 Enhancements

  • Protected routes defined from nuxt config (#47)

🩹 Fixes

  • Directly import NuxtLink in components (365f570)

💅 Refactors

  • Move KindeContext event declaration (#151)

📖 Documentation

  • Update link to downloads count badge (374827a)

📦 Build

  • ⚠️ Upgrade to latest module-builder and drop cjs support (27e1399)

🏡 Chore

  • Update to latest mkdist (#143)
  • Move useFlatConfig out of experimental (27aa8f4)

🤖 CI

  • Run checks against renovate branches (d7f0af7)
  • Run checks against renovate branches (93a0fca)
  • Run test suite on windows (#160)
  • Force latest corepack (0c1b6a4)
  • Do not run double checks against renovate branches (49fed00)

⚠️ Breaking Changes

  • ⚠️ Upgrade to latest module-builder and drop cjs support (27e1399)

❤️ Contributors

v0.1.11

20 Aug 12:41
ad0a0b4

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add postLoginRedirectURL support (#137)
  • Allow configuring internal api routes (#133)

🩹 Fixes

  • Include id_token in keys persisted in cookie (#130)
  • Add explicit types for useKindeClient (#132)

🏡 Chore

  • Update to latest @nuxt/module-builder (#90)
  • Run npm fix on package.json (#93)
  • Add CODEOWNERS file (#98)
  • Add FUNDING.yml (6b9abcf)
  • Set package manager (7a1fdce)
  • Bump dependencies (6987ccd)
  • Update nuxt (37485dc)
  • Ignore type error until Nuxt v3.13 (1cf4a9c)
  • Bump mkdist in lockfile (230b6e7)
  • Lint (7d61bd0)
  • Add compatibilityDate field (1dbc48d)

❤️ Contributors

v0.1.10

11 Apr 06:26
476789b

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add audience support and pass authUrlParams correctly (#66)

🩹 Fixes

  • Set secure (in prod) and httpOnly cookie options (#69)
  • Add missing import (99bb5e6)

📖 Documentation

  • Use new nuxi module add command in installation (#80)

🏡 Chore

❤️ Contributors

v0.1.9

06 Mar 17:23
e6f49c0

Choose a tag to compare

compare changes

🩹 Fixes

  • Add missing getQuery import (#63)

🏡 Chore

❤️ Contributors

v0.1.8

05 Mar 19:59
afc1ef3

Choose a tag to compare

compare changes

🩹 Fixes

  • Missing import (#60)
  • Client secret regex (#61)

❤️ Contributors

v0.1.7

05 Mar 15:16
c3cc266

Choose a tag to compare

compare changes

🚀 Enhancements

  • Expose health/debug endpoint to see configuration (#52)
  • Add <LoginLink> and <RegisterLink> components (#51)

🩹 Fixes

  • Allow configuring cookie options + user-provided password (#59)

🏡 Chore

  • Add typing for session config (5f3918c)
  • Update all dependencies (ae84985)
  • Enable type testing step (2ea4217)

❤️ Contributors

v0.1.6

04 Jan 12:41
41de77d

Choose a tag to compare

compare changes

🩹 Fixes

  • Allow non-strings in session store (#40)

❤️ Contributors

v0.1.5

02 Jan 16:52
5766b38

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add useKindeClient composable for server-side access (#32)

🏡 Chore

  • release: V0.1.4 (da0bdcc)
  • Test bundler module resolution (#35)
  • Fix type extension (91d80cb)
  • Update dependencies (71cb20f)

❤️ Contributors