jaredhanson / passport-oauth1

OAuth 1.0 authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-oauth1/?utm_source=github&utm_medium=referral&utm_campaign=passport-oauth1&utm_content=about
MIT License
24 stars 31 forks source link

Failed to find request token in session error #13

Closed somprabhsharma closed 7 years ago

somprabhsharma commented 7 years ago

@jaredhanson we have multi server architecture, so in our case if the first request comes to server1 and it stores the request token secret in session of server 1 and if the callback goes to server2 then it will never be able to find the stored request token secret and throws Failed to find request token in session error. How to handle this scenario ?

jrschumacher commented 7 years ago

@somprabhsharma were you able to resolve this issue?