Posts by Renan Rodrigues • 21 points
2 posts
-
1
votes1
answer337
viewsA: I cannot authenticate to the Laravel api using Sanctum
I discovered my mistake. I was picking up the encrypted token in the database and was sending it to Header Authorization Bearer. When generating the ringtone should send to the user immediately.…
-
0
votes1
answer337
viewsQ: I cannot authenticate to the Laravel api using Sanctum
I am using the Standard Sanctum to generate access tokens for my api. I have followed the step-by-step documentation of the Standard. I generated a token. But when I go to access a route that…