Janrey Maligro
Janrey Maligro
Cart::restore(1);
@shirshak55 I'm still having issues even if I'm using the same as what example you have given. I'm getting error in my postman saying Method Illuminate\Auth\SessionGuard::factory does not exist.
My bad. I just missed to modify this part also 'expires_in' => $this->guard()->factory()->getTTL() * 60 //used auth() instead of the example above
@shirshak55 Can you please explain to me sir, why both my login and register function works if excluded on middleware('auth:api')?