Skip to content

Latest commit

 

History

History
240 lines (140 loc) · 8.15 KB

CHANGELOG.md

File metadata and controls

240 lines (140 loc) · 8.15 KB

Changelog

v0.1.10

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

compare changes

🩹 Fixes

  • Add missing getQuery import (#63)

🏡 Chore

❤️ Contributors

v0.1.8

compare changes

🩹 Fixes

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

❤️ Contributors

v0.1.7

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

compare changes

🩹 Fixes

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

❤️ Contributors

v0.1.5

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

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

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

compare changes

🩹 Fixes

  • Missing import for runtime config (#12)

🏡 Chore

❤️ Contributors

v0.1.1

🚀 Enhancements

  • Add basic module functionality (9d84987)
  • Improve module, playground and documentation (#5)
  • Allow setting kinde options in nuxt.config (4df78da)

🩹 Fixes

  • Add discriminated type for $auth (48e46a1)
  • Use virtual file for framework version (2d841f8)
  • Use nitro virtual (e04c0e7)

💅 Refactors

  • Use lazy initialiser for kindeClient (c107256)

📖 Documentation

🏡 Chore

🎨 Styles

🤖 CI

❤️ Contributors