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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Passport Version: ^10.3
Laravel Version: 9.52.4
PHP Version: 8.1
Database Driver & Version: MariaDB
When making requests with an access token, the server responds:
{
"message": "Unauthenticated."
}
In header laravel gets token, field is not empty and token is valid.
Solution
Define a listener and set it up in config/octane.php
class ResetPassportTokenLifetimes implements ListenerInterface
AND
Beta Was this translation helpful? Give feedback.
All reactions