nuxt-auth-sanctum icon indicating copy to clipboard operation
nuxt-auth-sanctum copied to clipboard

Nuxt module for Laravel Sanctum authentication

Results 14 nuxt-auth-sanctum issues
Sort by recently updated
recently updated
newest added

**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: { '/':...

documentation
question

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...

enhancement
help wanted

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...

question
investigate

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...

question
investigate

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...

enhancement
help wanted

**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,...

bug

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 ![Screenshot 2024-10-05...

bug

Bumps [@nuxt/module-builder](https://github.com/nuxt/module-builder) 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) ❤️...

dependencies
javascript

**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...

enhancement

**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...

enhancement