Twitter node: perform actions on behalf of another user

Hello, right now the Twitter now doesn’t let you to perform actions on behalf of another user rather than the ones you own. You need to create a credential and log in with your Twitter account to finnish it’s creation.

But one of the most powerfuls tools that the Twitter API provides is letting regular users use your Twitter App so it performs actions on their behalf. It is explained here: https://developer.twitter.com/en/docs/authentication/oauth-1-0a/obtaining-user-access-tokens

Would it be possible to add it to Twitter node? I assume the credentials creation would need some design before, because if your Twitter App is used by thousands of users, how is gonna n8n manage this?

Thanks!