useSanctumClient
All previous composables work on top of the ofetch
client which can be used in your application as well. The client is pre-configured with CSRF
token header and cookie management.
All requests will be sent to the baseUrl
specified in the Configuration section.
components/YourComponent.vue
Since client
implements $Fetch
interface, you can use it as a regular ofetch
client. Check examples in the ofetch documentation.