node-linkedin icon indicating copy to clipboard operation
node-linkedin copied to clipboard

How to have the authentication show up as a pop up instead of new tab?

Open WilliamHuang1995 opened this issue 7 years ago • 1 comments

I'm trying to use your library with Vue.js. I can import the library no problem but instead of having a authURL and callback I would prefer to have it as a pop up but I'm having trouble figuring out how to turn it into a pop up. Any tips is appreciated. I've tried to manually make a pop up but that just seems like bad practice.
I've also considered to just use the javascript SDK provided by LinkedIn but it doesn't work well with Vue since I only need it in one of my components. Thanks in advance

WilliamHuang1995 avatar Nov 05 '18 03:11 WilliamHuang1995

Here is a sample integrating Firebase with LinkedIn that uses a popup: https://github.com/firebase/functions-samples/blob/Node-8/linkedin-auth/public/popup.html

acanimal avatar Feb 22 '19 18:02 acanimal