Level 3
I found an answer here.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Is Laravel Passport supposed to send the token with its token id ?
And, am I supposed to be able to call this Laravel Passport route from my Nuxt frontend (via API):
DELETE
oauth/tokens/{token_id}
passport.tokens.destroy
Laravel\Passport\Http\Controllers\AuthorizedAccessTokenController@destroy
Please or to participate in this conversation.