Hello. I always recieve a warning with Unauthenticated message 401. What I do wrong ?
@kamrulhasannahid110Ай бұрын
Full configuration is not shown. in complete
@andriimaksymchuk87739 ай бұрын
are U using copilot?
@LearnSimple18999 ай бұрын
nope
@ronalddogomeo8944Ай бұрын
Where is the passport configuration? You are just installing the passport.
@ofirgoldofir10 ай бұрын
where the Validator comes from?
@LearnSimple18999 ай бұрын
In Laravel Passport there are different places for validation. 1- When creating a token 2- During user authentication 3- When accessing protected resources
@substanceshift5 ай бұрын
Validator comes from : use Illuminate\Support\Facades\Validator;
@pauliversoncortez154410 ай бұрын
can you share your vs code extension?
@LearnSimple18999 ай бұрын
I used Phpstorm in this video
@Zahramiyar Жыл бұрын
👍👍
@fatima-cf1bj7 ай бұрын
thanks🤩
@mubafaw9 ай бұрын
Incomplete
@LearnSimple18999 ай бұрын
In this video, we tried to teach validation using Laravel Passport in a basic and practical way. For more advanced uses and creating custom rules, another video will be prepared in the future