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