Hello, im currently having a problem on socialite callback, i can login on the backend using Auth::login(), after loging in im redirecting it to the frontend, but still im not logged in on the front end, logging in using email password is working fine. im using https://manchenkoff.gitbook.io/nuxt-auth-sanctum
This is the route for laravel Route::get('/auth/{provider}/redirect', function ($provider) { return Socialite::driver($provider)->stateless()->redirect(); });