Closed wejrcze closed 8 months ago
The settings for sanctum probably need to be configured for your environment properly. I would make sure to follow all of the instructions here carefully.
The settings for sanctum probably need to be configured for your environment properly. I would make sure to follow all of the instructions here carefully.
Thank you, already managed that in Authenticate middleware(which only counts with web guard), where I auths sanctum guard properly ( /api/{panel}/{tenant}/route...
Okay sounds good! No problem.
Hello, I'm trying to get API working, but i still get:
{ "message": "Unauthenticated." }
Can't find any information if it's implemented by default, o I have to implement it myself, thank you Andrew for your help.