I am using the MEAN stack for my application. I am using the LocalStrategy to login with an email an a password) for my AngularJS application. However, I would like to make an Android app that will connect to nodejs threw a stateless authentication (not decided which one yet : oauth, basic, etc).
Is it possible with passport.js to deal with 2 different ways to login? one for the AngularJS app with sessions and one stateless without having to make too many changes in my code ^^