I have an app i am building. I am now at the point that i need to do authentication to an API i have hosted. It was build using MEAN. It has passportjs already setup for facebook, google and local.
Everything i find shows me how to authenticate with facebook and google but there seems to be no descpriptions on strategies on how to authenticate from a device and be able to make calls without problems. My guess is i am missing some strategy or concept, Was hoping that someone would be able to push me in the right direction…