I completed these steps
- Installed laravel/passport.
- Created a website user.
- Generated passport keys PHP artisan passport: install
- Generated client_id and client_secret using PHP artisan passport:client
- Added redirection and callback routes in web.php
Authorized the user and got the final access token.
client information step in the action console. find my application in the home app but when I log in to the web page show client authentication failed.
Thanks in advance for the help