nuxt-auth-sanctum
nuxt-auth-sanctum copied to clipboard
Nuxt module for Laravel Sanctum authentication
**Describe the bug** When using SWR for route rules there is no user data **To Reproduce** Steps to reproduce the behavior: nuxt.config: ``` // ... ssr: true, routeRules: { '/':...
I love the simplicity of this plugin and would love to use it for my Capacitor/Ionic projects. But unfortunately session cookies are not supported in iOS apps. It would be...
The package appears to be disregarding the session cookie when the page is refreshed. Is there a way to reestablish the session once the page is refreshed, perhaps via a...
I was looking to see if there is already an issue registered on this topic but I didn't find one. The issue is whether the module somehow realizes that the...
The documentation for the package was created on the GitBook platform with the Git sync feature. Still, it would be better to keep the files closer and leverage Nuxt Content...
**Describe the bug** When we use `definePageMeta` function to provide configuration for `sanctum`, there are no autocompletion on available options. Related to https://github.com/nuxt/nuxt/issues/28224. **Additional context** Once Nuxt v3.13 is released,...
401 error in cookie mode I still have problem in cookie mode. it has 401 error for user. I did all need in configs. I use 0.5.0 version  from 0.8.4 to 1.0.1. Release notes Sourced from @nuxt/module-builder's releases. v1.0.1 compare changes 📖 Documentation Add full v1 release notes (#581, #582) Update to latest recommendations (6b30cde) ❤️...
**Is your feature request related to a problem? Please describe.** Since we do not provide a full ofetch-compatible client, we should explicitly return an instance that can be configured only...
**Is your feature request related to a problem? Please describe.** A lot of people prefer using `routeRules` to proxy their Nuxt requests to the remote API, but usually it has...