You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to get authenticated user without middleware auth (because it should work for guests too)
I am sending Carrier token in header, but it returns authenticated users: Admin and Carrier
I need to get authenticated user without middleware auth (because it should work for guests too)
I am sending Carrier token in header, but it returns authenticated users: Admin and Carrier
routes/api.php
Response:
returns Admin and Carrier model
in Kernel.php
in config/auth.php
The text was updated successfully, but these errors were encountered: