Checking user password over HTTP API request

I have created “Rest kind of API” for my app and I would like to check users password towards Meteor.users(). I am sure somebody has already solved this, but I could not find the right topic.

How could I manage this? Problem is that password is encrypted in the Meteor.users() and I have not found the function from Meteor documentation.