Replies: 1 comment
-
|
It is not possible to revoke a token, leaf generates a token signed by the server. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Anyone can help how to revoke user token in Leaf PHP API ?
in Laravel we can use something like this
$user->tokens()->delete()or in Codeigniter 4 like this$user->revokeAccessToken($rawToken);Beta Was this translation helpful? Give feedback.
All reactions