manchenkoff / nuxt-auth-sanctum

Nuxt module for Laravel Sanctum authentication
https://manchenkoff.gitbook.io/nuxt-auth-sanctum/
MIT License
116 stars 16 forks source link

chore: indicate compatibility with new v4 major #105

Closed danielroe closed 2 weeks ago

danielroe commented 2 weeks ago

Is your PR related to a specific issue/feature? Please describe and mention issues.

With Nuxt 4 on the horizon, this updates the module compatibility definition to allow it to be installed on Nuxt v4. (Otherwise Nuxt will indicate the module might not be compatible.)

When Nuxt v4 comes out then you might decide or need to make breaking changes in this module and release a new major, but hopefully the migration should be smoother. 🙏

👉 You can follow this and other changes in https://github.com/nuxt/nuxt/issues/27613 - please feel free to provide feedback as well!

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Checklist:

manchenkoff commented 2 weeks ago

Hey @danielroe, thanks for opening this! I'll take a closer look at v4 changes to plan module updates as well

danielroe commented 2 weeks ago

let me know if you have any issues or questions!