nuxt-sanctum-auth
nuxt-sanctum-auth copied to clipboard
Nuxt 3 + laravel sanctum authentication
Can't automatic logout when token expired or session expired on laravel, should be clear cookies manual by browser,. but when using logout is success but when session expired apllication always...
Hi, I want to be able to know whether the user is logged in, using the useAuth() function, but it seemed like the user is never logged in, when using...
**Better error handling, global middleware, no need to disable SSR, berter type support & more...** This PR introduces better error handling, auth state reactivity and ability to use package without...
This is a DX improvement when developing - we can avoid loading the entire barrel file at `#app` by using the new granular imports merged in https://github.com/nuxt/nuxt/pull/23951.
Hey - thanks again for this great package. Since you support JWT authentication option, is there a way to integrate refresh tokens to make thing more secure and consistent?
Hey, everything is working on localhost but as soon as I deploy my API and my Client to production it will throw the following error: `419 CSRF token mismatch` **My...
hy, thank u for your great jobs, iam pretty sure folowing intruction in readme file, but iam getting blocked cors i try'd edit .env in laravel, like SANCTUM_STATEFUL_DOMAINS but it...
Most APIs I have worked with and on use a data structure like the one below. ``` { status: 'success', message: 'Login successful', data: { token: '1|jyRcruq3NHCXj0NvgrlRAVZEO1TR9AUHqOFZ8O1j' } } ```...