Releases: productdevbook/better-auth-nuxt
Releases · productdevbook/better-auth-nuxt
v0.0.8
🩹 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
🩹 Fixes
- Middleware types (#5)
🏡 Chore
❤️ Contributors
- Miguelrk <@miguelrk>
- productdevbook <@productdevbook>
v0.0.6
🩹 Fixes
- Update path for auth route middleware to remove file extension (c5400fe)
❤️ Contributors
- productdevbook <@productdevbook>
v0.0.5
🚀 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
- productdevbook <@productdevbook>
v0.0.4
🚀 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
- Productdevbook <@productdevbook>
v0.0.3
🚀 Enhancements
🩹 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
- productdevbook <@productdevbook>
v0.0.2
🚀 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
- Productdevbook <@productdevbook>