Jeremy Holstein
Jeremy Holstein
@j-jalving I was able to solve this on another Capacitor/Vue/Inertia/Laravel project using Axios, but I think you can probably do something very similarly manually with oFetch as well or even...
I'm looking into these solutions: https://stackoverflow.com/questions/72045698/capacitor-ios-using-cookie-based-auth https://forum.ionicframework.com/t/how-to-save-a-session-cookie-with-capacitor-http-plugin/205900 If that doesn't work then we will need to go the route of using Token Based Auth. In that case we'd need to...
Give this a whirl: https://github.com/manchenkoff/nuxt-auth-sanctum/pull/43
interested
> I'm coming from the laravel ecosystem, so this is what I cobbled together. So far so good! https://github.com/open-function-computers-llc/go-inertia-starter Pretty interesting, I'll take a look. Does it use [Goravel](https://github.com/goravel/goravel)?
Should I update this to add tests?
what happened to Travis CI? @ecrmnn
made the documentation more clear for `has` and `hasAny`
Kinda annoying because right now the only solution I've found is to map it to an array, then groupBy, then map the groups, and finally map the group's items back...