Closed TouchSek closed 1 year ago
Laravel has https://www.npmjs.com/package/laravel-precognition as its core library, so we better use it.
That package use axios. This one not.
I see. thanks.
@sot1986 and how to integrate with this package? https://github.com/manchenkoff/nuxt-auth-sanctum
Sanctum is one package to authenticate spa or generate access token. Precognition is Laravel Middleware to sync frontend and backend form validation (in realtime). Users may need only one of them...
If you don't have further questions I would close this issue.
Please confirm, thanks.
Ok, thanks. no more.
Laravel has https://www.npmjs.com/package/laravel-precognition as its core library, so we better use it.