This thread is a nebulous feature request that I've heard from people without a lot of concrete discussion.
The idea: Change tokenauth to account for different categories of token use, making the module into an API wrapped around a core path-access plugin.
Comments
Comment #1
Grayside commentedIllustrating the change: Add resource_id, delta, and timestamp to the table.
| uid | token | resource_id | delta | timestamp |
Other potential plugins include:
It's possible delta & timestamp should be conflated.
By plugin, I mean a Tokenauth plugin or hook implementation which will allow other modules to make use of Tokenauth in nifty ways.
I need feedback before I can pursue planning feature, marking it as such. This will probably be moved to a 2.x branch once that is created.