-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
Description
I've been working with this plugin and noticed that an application can be listed multiple times under the "Authorized Applications" section in the user profile if access tokens are served on different occasions. Evidently, I'm not the only one to notice this issue.
My question is: are there any updates in the works regarding auto-revocation of old tokens? If not, I've written a method which will automatically delete old access tokens that match the current user/consumer ONLY when a new access token is being served.
I can create a pull request to review/test the method I've written if needed.
abismail