Replies: 1 comment
-
See #838 |
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
-
Hi,
is it a good idea to add the option to revoke the access token based on the secret code thats saved to the database. At this moment it's possible to remove the AccessToken if you know the raw version of it. If it's lost you can only remove it by doing a database call to delete it.
I was thinking about coping the revokeAccessToken($token) function and remove the hash function from it. Thats how made a POC and that works but i dont have a good name for the function yet. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions