Skip to content

Releases: nuxt-modules/kinde

v0.1.11

20 Aug 12:41
ad0a0b4
Compare
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
Compare
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
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add missing getQuery import (#63)

🏡 Chore

❤️ Contributors

v0.1.8

05 Mar 19:59
afc1ef3
Compare
Choose a tag to compare

compare changes

🩹 Fixes

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

❤️ Contributors

v0.1.7

05 Mar 15:16
c3cc266
Compare
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
Compare
Choose a tag to compare

compare changes

🩹 Fixes

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

❤️ Contributors

v0.1.5

02 Jan 16:52
5766b38
Compare
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

v0.1.4

06 Dec 08:45
60392cf
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add useAuth composable and discriminated union for $auth (#28)

🩹 Fixes

📖 Documentation

  • Update README.md (#20)

🏡 Chore

  • release: V0.1.3 (26baf12)
  • Update link to Nuxt SDK (#13)
  • deps-dev: Bump vite from 4.5.0 to 4.5.1 (#31)
  • Add @nuxt/schema resolution (d554047)

❤️ Contributors

v0.1.3

25 Oct 00:23
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support setting client secret and document middleware option (e0499f8)

🩹 Fixes

🏡 Chore

  • release: V0.1.2 (6733546)
  • Make a monorepo for playground cloneability (51ece88)

❤️ Contributors

v0.1.2

24 Oct 23:50
d47bc9c
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Missing import for runtime config (#12)

🏡 Chore

❤️ Contributors