I want to develop a node where i want to have the option to select the predefined authentication types like this:
So actually i would only need to build my own node to run some heavy transformations but would like to reuse the oauth authentication type or maybe also force the oauth authentication type. I can not see how this could be done in the credentials-file.
I’m trying to implement community node for Threads API and it would be cool to have OAuth docs. Threads uses short-lived and long-lived token, so the idea is to patch standard OAuth and add short-lived token exchange in order to get long-lived token. Does it make sense at all? @Jon