Need help with user authentication

I have a node web server which has all my API endpoints. In the past when I developed web apps, I used passport.js for user authentication. Because the strategies for Facebook and other third-party logins don’t allow cross domain requests, I can’t use passport. I am aware of the in app browser plugin, but I would rather not load up a webpage. Are there any other libraries out there I could use to get user authentication in my app? Thanks in advance

As far as I’m aware, you have to use in app browser for this :wink: Unless you decide to skip a service like facebook or course, then there are plenty of options.

Cheers. I’ll keep on trucking with in app browser plugin. I might as well stick to what I’ve done before than writing up the flow with a new library

1 Like