Using Laravel with vue is too much work. You have to:
Handle a bunch of frontend errors
Handle all the endpoints (register, login, logout, password reset)
and worst of all...
deal with authenticated/unauthenticated redirects
If you're using jetstream great! But a lot of us are building SPAs these days and need to do a lot of this work ourselves.
sanctum-composables will aim to remove many of these headaches!!!
This video is an update of where the library is at!
sanctum-composables: https://github.com/ldiebold/sanctum-c...
firebase-composables: https://github.com/ldiebold/firebase-...