Hi there,
I’m currently scoping out what the best platform for my company to use is and we have a couple of things I can’t either find a solution to or find an example of in Meteor. We have an existing mobile application that will not be re-written but we are looking to build out our backend with additional features and Meteor seems to nail most of them. Apollo isn’t “out of the picture” but our mobile devs have much more experience in working with RESTful APIs so we are trying to find a solution that offers realtime in the browser, but can handle a RESTful API.
I’ve used Meteor before and it seems like a good fit. I’m happy to see it’s now easier to integrate an Express app into it, but I’m curious if it’s possible to get Meteor’s auth to work with the RESTful API? I’ve played with it a bit but I don’t see a solid solution. I’m hoping to stay away from packages like Picker simply because Meteor as a whole if looking to move away from Atmosphere, but also the Express community is much larger and offers more potential value.
My main question is, is there an example someone can point me at where someone has created an authed RESTful API with Meteor and Express? Second, if there is no example, is it just impossible?