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
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?
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.
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?
All reactions