Ivan Vasiljević
                                            Ivan Vasiljević
                                        
                                    Hi, I had similar issue like you. I am also beginner with Node.js, so I am not sure that this is best practice. For issue that you have described, I...
Hi @derzkiy, I really like your idea and I would like to thank you for your contribution. I think that we should add this feature to the library. But I...
I tried to find solution for this issue, but I still don't have solution that I am satisfied with.
Hi @yacovg I never tried to run it on Nest.js 7. I will try to find some time next week and to see what is the problem. Thank you for...
Hi @Serexx, Great idea. I don't see any reason why we should not have this feature. I would be interested in PR. So go ahead!
Hi @brandiw, First of all, sorry for late response. I will check out your issue during the weekend. Twitter must have changed something in their API. As soon as I...
Well in this example you are using wrong Node.js library. In tutorial and in example I have used `passport-twitter-token` and in this example you are using `passport-twitter`. That is big...
well, I have tried to reproduce the issue, but I haven't managed to succeed. I would need more information how to reproduce this issue.
Hi, This should be working. Also in example folder you can find an example with Node.js/Express.js application and React application. Both are hosted on `localhost`, but on two separate ports....
Sorry for late response, but you should not have any other configuration for `cors` in frontend. Pay attention that you have correctly set up `cors` on backend.