Raphael Cabrera

Results 4 issues of Raphael Cabrera

Good job on this library, it's really a shame that browsers do not support this by default. I noticed there is one property that is not supported: the grid-area property...

I've been looking into the token refresh flow, what I would do is always call getSession with a callback to my API calls, that would make sure that my token...

Trying to Refresh a token returns "Invalid token": Fixed when I remove the refresh rout from the api.auth middleware group: ``` $api->group([ 'middleware' => 'api.auth', ], function ($api) { $api->get('/',...

### Environment ------------------------------ - Operating System: Windows_NT - Node Version: v18.14.0 - Nuxt Version: 3.9.3 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: -...