- 🇺🇸United States mglaman WI, USA
Isn't this actually a task for simple_oauth which extends Consumers?
To allow consumers to set their own token expiry. This also allows simple_oauth module to do this feature: https://www.drupal.org/project/simple_oauth/issues/3126716 → which provides the same.
Add two additional fields to the Consumer entity.
1. Access token expiration time
2. Authorization code expiration time
2. Refresh token expiration time
Postponed: needs info
1.12
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Isn't this actually a task for simple_oauth which extends Consumers?