Could I use `Meteor.loginWithPassword` in Server?

I user Meteor is Backend, and Vue NativeScript is Front on Mobile.
I would like to create Login Form on Frontend by checking on Meteor Server.

(Meteor.c is client only)

Please help me.

Why do you want to use loginWithPassword on the server?

thanks for your reply.
Bc I use Vue NativeScript for FrontEnd. And create Login form on this.
(Use Meteor for Server Only)

Check out https://github.com/mondora/asteroid it lets you do just this with an NPM module (as well as the other Meteor bits).

@SkinnyGeek1010, Very thanks I will check soon :sunny: