Hi,
I would like to know whether we can handle multiple users with this library. The scenario is given below:
Our web application(consumer) - App1
Another application(provider) - App2
App1 has multiple users who want to connect App1 to App2. According to OAuth 1a spec(
Step 3), I need to set the request token & verifier from the callback url. How do you propose to do this step with signpost?
Thanks & Regards
bin :)