Hello, I can't reject API call if user isn't verified by adding the middleware ``ìsVerified`` to my api routes because this line https://github.com/jrean/laravel-user-verification/blob/c798f804e1eaf9e11424b6dbca065af70ef619f1/src/Middleware/IsVerified.php#L25 fails ($request->user() is null in this case) Regards