Laravel API is not authenticating user on sending access token from vueJs

Hello, I have followed all given instructions given in:

But when I send access token from the VueJs app, then add middleware auth:api it authenticates it but Auth or Auth0 is not working, Even When I send a random text instead of access_token, it also authorizes it, but when I do not send authorization in header it gives in error “Unauthorized.”
When I add dd() in “Auth0\Login\Auth0Controller@callback”, this is also not working, this means that callback method is not calling. Anyone can please help

1 Like

As it has been more than a few months since this topic was opened, and there has been no reply or further information provided as to the existence of the issue, we are closing this topic. Please don’t hesitate to create a new topic if this issue is still present, we would be happy to work with you to help find a resolution.