Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: productdevbook/better-auth-nuxt

v0.0.8

29 Apr 04:30
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Update server configuration file path in README (cbb8cd3)
  • Update installation instructions to include 'better-auth' package (0b1ffd0)
  • Update server-side and client-side auth configuration to use type satisfaction (a91a7a3)
  • Update release script to use pnpm for publishing (#7)

📖 Documentation

  • Add note to run 'pnpm nuxt prepare' after modifying configuration files (b738b5b)

❤️ Contributors

  • productdevbook

v0.0.7

28 Apr 05:37
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Middleware types (#5)

🏡 Chore

  • Update readme (#4)
  • Update installation and script commands to use pnpm (c7ebde9)

❤️ Contributors

v0.0.6

16 Apr 10:47
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Update path for auth route middleware to remove file extension (c5400fe)

❤️ Contributors

v0.0.5

16 Apr 07:19
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • auth: Enhance module options structure and improve type definitions for server and client configurations (4801dcf)

🩹 Fixes

  • Add optional chaining for moduleOptions in serverAuth and useUserSession functions (c95e1fe)

🏡 Chore

  • Remove debug console.log statements from module setup (18ba0a5)

❤️ Contributors

v0.0.4

16 Apr 05:33
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • auth: Update redirect options and enhance middleware functionality (843a3c0)
  • auth: Implement new authentication middleware and update related configurations (ea1215a)

🏡 Chore

  • Code structure for improved readability and maintainability (ad4daa1)

❤️ Contributors

v0.0.3

15 Apr 19:06
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Implement client-side authentication and middleware support (1fd4909)
  • Auth client setup (ac18f51)

🩹 Fixes

  • Update import paths for better-auth module to use correct server references (f39282d)
  • Update import paths for server and client modules to use relative references (134f32a)
  • Update import paths for server and client templates to use resolved destinations (57d74fe)

💅 Refactors

  • Remove unused composables and clean up module imports (f7e24f2)

❤️ Contributors

v0.0.2

15 Apr 14:24
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Enhance better-auth module with comprehensive options and runtime configuration (8c04711)
  • Add new runtime configurations and templates for better-auth module (338afff)
  • Add initial configuration for better-auth module (4c475a2)
  • Add server auto imports (a28340a)
  • Add new dependencies and update module options for better-auth integration (6833102)

🩹 Fixes

  • Correct server handler path in addServerHandler function (75bdcfd)

🏡 Chore

  • Remove CI workflow configuration (377ec16)
  • Playground add betterAuth (86c1809)
  • Remove console log from serverAuth function for cleaner output (a817388)

❤️ Contributors

v0.0.1

15 Apr 08:20
Compare
Choose a tag to compare

🏡 Chore

❤️ Contributors