raghav_chamarth
7 years agoNew Contributor
Implementation of OAuth 1.0
Hey Guys, so we have the following usecase:
- Talk to third party API that is protected by OAuth 1.0
- There is no out of the box support for this in Snap , so we need to built that custom logic in the pipeline
custom logic is quite complex , and also involves cryptographic signing of requests. The inbuilt digest function doesnt match the function signature that suits us.
what are our options?
i looked at the script snap , it kind of seems to be the only possible solution but i am not really sure if that is the right approach.
How about building a custom Snap? Has any one had any experience in building the custom snaps ? what would be the lifecycle and is it worth the effort?
And lastly with reference to script snap , can i refer other scripts in my script snap.
regards
Raghav