Jan 16, 2019
0
Level 4
Laravel API Passport mixed with Node API Passport
I have a Laravel app which uses Passport for its API access but I also have a separate Node.js app which provides API services on a different server.
I want them both to be able to use the same Passport API key so I can mashup API sources within the same app without having to authenticate users twice.
Is the Node.js Passport.js package compatible if the databases can be linked? Or is there another more optimal way of doing this?
Please or to participate in this conversation.