I see you're from Laravel world, so, there's probably a sanctum-guarded backend nearby? ;)
What I mean is: when nuxt-auth-sanctum module is installed, API requests to backend are to be then performed via useSanctumAuth.client() function. It would be very helpful is this module could .submit() via this client as well.
I see you're from Laravel world, so, there's probably a sanctum-guarded backend nearby? ;)
What I mean is: when
nuxt-auth-sanctummodule is installed, API requests to backend are to be then performed viauseSanctumAuth.client()function. It would be very helpful is this module could.submit()via this client as well.